Skip to content

build(deps): bump github.com/lmittmann/tint from 1.0.4 to 1.0.5 in /actions/techdocs-rewrite-relative-links in the go group #107

build(deps): bump github.com/lmittmann/tint from 1.0.4 to 1.0.5 in /actions/techdocs-rewrite-relative-links in the go group

build(deps): bump github.com/lmittmann/tint from 1.0.4 to 1.0.5 in /actions/techdocs-rewrite-relative-links in the go group #107

Workflow file for this run

name: Build Lint PR title
on:
pull_request:
branches:
- main
types: [closed]
jobs:
build-lint-pr-title:
if: ${{ github.event.pull_request.merged == true && contains(github.head_ref || github.ref_name, 'dependabot-npm') }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Setup Node.js environment
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
with:
node-version: "20"
- name: Install lint-pr-title dependencies
working-directory: ./actions/lint-pr-title
run: yarn install --frozen-lockfile
- name: Build lint-pr-title action
working-directory: ./actions/lint-pr-title
run: yarn build
- name: Commit lint-pr-title changes and create new pull request
uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0
with:
commit-message: "Update code on lint-pr-title action"
branch: "update-lint-pr-code"
delete-branch: true
branch-suffix: timestamp
title: "Update code on lint-pr-title action"
body: "This PR contains the code built after dependabot updated dependencies on lint-pr-title action"
env:
GITHUB_TOKEN: ${{ github.token }}