Skip to content

Commit

Permalink
chore: remove warnings from CR comment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
userquin committed Aug 17, 2024
1 parent 24de2b8 commit 960719f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/cr-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions-ecosystem/action-add-labels@v1
with:
labels: cr-tracked
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 comments on commit 960719f

Please sign in to comment.