We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7595d1c commit bd74ca8Copy full SHA for bd74ca8
1 file changed
.github/workflows/labeler.yml
@@ -29,7 +29,7 @@ jobs:
29
"members": "read"
30
}
31
- name: Add agent-python label
32
- run: gh issue edit "$NUMBER" --add-label "agent-python"
+ run: gh issue edit "$NUMBER" --add-label "agent-python" --repo "${{ github.repository }}"
33
- id: is_elastic_member
34
uses: elastic/oblt-actions/github/is-member-of@v1
35
with:
@@ -38,4 +38,4 @@ jobs:
38
github-token: ${{ steps.get_token.outputs.token }}
39
- name: Add community and triage labels
40
if: contains(steps.is_elastic_member.outputs.result, 'false') && github.actor != 'dependabot[bot]' && github.actor != 'elastic-observability-automation[bot]'
41
- run: gh issue edit "$NUMBER" --add-label "community,triage"
+ run: gh issue edit "$NUMBER" --add-label "community,triage" --repo "${{ github.repository }}"
0 commit comments