Skip to content

Commit

Permalink
ci: use gh cli instead of action-add-labels
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Aug 17, 2024
1 parent eed9a94 commit a532fd3
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 a532fd3

Please sign in to comment.