mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
ci: use context.issue.number
for removing ok-to-test
`github.event.pull_request.number` does not seem to be valid as a script object/variable. Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
parent
56c8f1ea0b
commit
48822d942d
@ -119,7 +119,7 @@ jobs:
|
||||
with:
|
||||
script: |
|
||||
github.rest.issues.removeLabel({
|
||||
issue_number: github.event.pull_request.number,
|
||||
issue_number: context.issue.number,
|
||||
owner: context.repo.owner,
|
||||
repo: context.repo.repo,
|
||||
name: ["ok-to-test"]
|
||||
|
Loading…
Reference in New Issue
Block a user