Skip to content

chore(deps): bump tj-actions/changed-files from 38.2.1 to 39.2.2 #27

chore(deps): bump tj-actions/changed-files from 38.2.1 to 39.2.2

chore(deps): bump tj-actions/changed-files from 38.2.1 to 39.2.2 #27

name: pr-linter-exemption-labeler
on:
issue_comment:
types:
- created
- edited
- deleted
jobs:
pr_commented:
name: PR Comment
if: ${{ (github.event.issue.pull_request) && (github.event.issue.state == 'open') }}
runs-on: ubuntu-latest
steps:
- uses: TheRealAmazonKendra/pr-linter-exemption-labeler@main
with:
github-token: ${{ secrets.PROJEN_GITHUB_TOKEN }}