Skip to content

fix(servicecatalog): avoid asset hash change for latest version in Pr… #167984

fix(servicecatalog): avoid asset hash change for latest version in Pr…

fix(servicecatalog): avoid asset hash change for latest version in Pr… #167984

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') }}
permissions:
pull-requests: write
runs-on: ubuntu-latest
environment: automation
steps:
- uses: cdklabs/pr-linter-exemption-labeler@main
with:
github-token: ${{ secrets.PROJEN_GITHUB_TOKEN }}