Skip to content

Commit b56c68f

Browse files
authored
Merge pull request #90 from xebia/copilot/fix-1cdd26aa-176a-4342-a0c2-3f1e30c96ef5
Fix tag-rajbos workflow by adding required issue and pr parameters
2 parents f61a34e + 9f9a437 commit b56c68f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/tag-rajbos.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@ jobs:
2323
with:
2424
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2525
team: rajbos
26+
issue: ${{ github.event.issue.number }}
27+
pr: ${{ github.event.pull_request.number }}

0 commit comments

Comments
 (0)