actions: pull-request: assert the existence of contexts
and not the existence of tokens
This commit is contained in:
parent
8b6609ac4b
commit
36456ee74f
1 changed files with 0 additions and 0 deletions
|
@ -1,11 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -ex
|
||||
|
||||
c=$d/contexts
|
||||
|
||||
test opened = "$(jq -r .event.action < $c/fork-org/pull_request/github)"
|
||||
test opened = "$(jq -r .event.action < $c/fork-org/pull_request_target/github)"
|
||||
|
||||
test opened = "$(jq -r .event.action < $c/root/pull_request/github)"
|
||||
test opened = "$(jq -r .event.action < $c/root/pull_request_target/github)"
|
Loading…
Add table
Reference in a new issue