Skip to content

Commit

Permalink
Update json-compatibility.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
albertmink authored Mar 21, 2024
1 parent 69d05cd commit d530ebf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/json-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ jobs:
uses: actions/github-script@v7
with:
script: |
github.rest.issues.createLabel({
owner: context.repo.owner,
repo: context.repo.repo,
name: 'incompatible-changes',
color: 'FF0000'
}).catch(err => console.log(`Label already exists`))
github.rest.issues.addLabels({
issue_number: context.issue.number,
owner: context.repo.owner,
Expand Down

0 comments on commit d530ebf

Please sign in to comment.