Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 960719f

Browse files
committed
chore: remove warnings from CR comment workflow
1 parent 24de2b8 commit 960719f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

‎.github/workflows/cr-comment.yml‎

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions-ecosystem/action-add-labels@v1
17-
with:
18-
labels: cr-tracked
19-
github_token: ${{ secrets.CR_PAT }}
16+
- run: gh issue edit ${{ github.event.issue.number }} --add-label cr-tracked --repo ${{ github.repository }}
17+
env:
18+
GITHUB_TOKEN: ${{ secrets.CR_PAT }}

0 commit comments

Comments
 (0)