Skip to content

Commit 7963660

Browse files
committed
add improvment
1 parent 9918c26 commit 7963660

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/labeler.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,10 @@ jobs:
1919
label-community:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- name: Checkout code
23-
uses: actions/checkout@v4
24-
2522
- name: "Check if PR is from a fork"
2623
if: github.event.pull_request.head.repo.fork == true
2724
run: |
28-
gh pr edit ${{ github.event.pull_request.number }} --add-label "community"
25+
gh pr edit ${{ github.event.pull_request.number }} --repo ${{ github.repository }} --add-label "community
2926
env:
3027
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3128

0 commit comments

Comments
 (0)