summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2020-08-31 09:40:30 +1000
committerCole Helbling <cole.e.helbling@outlook.com>2021-01-29 22:09:27 -0800
commitac98f9973f5c9af5e00c477af9b6d2d1b2ccdd2d (patch)
treebd8575aa37c1989e7a5c9916cf5783aae84bf56d /.github
parenta5df15db6f973f52f99a3fb63cfe9b7c6deac497 (diff)
.github/workflows/pending-set.yml: failed -> pending
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/pending-set.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pending-set.yml b/.github/workflows/pending-set.yml
index f59ac9439eac..944d1deefb9f 100644
--- a/.github/workflows/pending-set.yml
+++ b/.github/workflows/pending-set.yml
@@ -16,5 +16,5 @@ jobs:
-X POST \
-H "Accept: application/vnd.github.v3+json" \
-H "Authorization: token $GITHUB_TOKEN" \
- -d '{"state": "failure", "target_url": " ", "description": "This failed status will be cleared when ofborg finishes eval.", "context": "Wait for ofborg"}' \
+ -d '{"state": "pending", "target_url": " ", "description": "This pending status will be cleared when ofborg starts eval.", "context": "Wait for ofborg"}' \
"https://api.github.com/repos/NixOS/nixpkgs/statuses/${{ github.event.pull_request.head.sha }}"