Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24de2b8 commit 960719fCopy full SHA for 960719f
‎.github/workflows/cr-comment.yml‎
@@ -13,7 +13,6 @@ jobs:
13
runs-on: ubuntu-latest
14
15
steps:
16
- - uses: actions-ecosystem/action-add-labels@v1
17
- with:
18
- labels: cr-tracked
19
- github_token: ${{ secrets.CR_PAT }}
+ - run: gh issue edit ${{ github.event.issue.number }} --add-label cr-tracked --repo ${{ github.repository }}
+ env:
+ GITHUB_TOKEN: ${{ secrets.CR_PAT }}
0 commit comments