File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2929 "members": "read"
3030 }
3131 - name : Add agent-python label
32- run : gh issue edit "$NUMBER" --add-label "agent-python"
32+ run : gh issue edit "$NUMBER" --add-label "agent-python" --repo "${{ github.repository }}"
3333 - id : is_elastic_member
3434 uses : elastic/oblt-actions/github/is-member-of@v1
3535 with :
3838 github-token : ${{ steps.get_token.outputs.token }}
3939 - name : Add community and triage labels
4040 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"
41+ run : gh issue edit "$NUMBER" --add-label "community,triage" --repo "${{ github.repository }}"
You can’t perform that action at this time.
0 commit comments