We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9918c26 commit 7963660Copy full SHA for 7963660
.github/workflows/labeler.yml
@@ -19,13 +19,10 @@ jobs:
19
label-community:
20
runs-on: ubuntu-latest
21
steps:
22
- - name: Checkout code
23
- uses: actions/checkout@v4
24
-
25
- name: "Check if PR is from a fork"
26
if: github.event.pull_request.head.repo.fork == true
27
run: |
28
- gh pr edit ${{ github.event.pull_request.number }} --add-label "community"
+ gh pr edit ${{ github.event.pull_request.number }} --repo ${{ github.repository }} --add-label "community
29
env:
30
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31
0 commit comments