Skip to content

Commit

Permalink
ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ametel01 committed Sep 14, 2024
1 parent 53adaea commit 82800e9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/label-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Set up GitHub CLI
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '20'

- name: Install GitHub CLI
run: |
npm install -g @actions/github-script
- name: Add label to PR
uses: actions/github-script@v7
with:
Expand Down

0 comments on commit 82800e9

Please sign in to comment.