-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This reverts commit 027e561.
- Loading branch information
Showing
6,757 changed files
with
85,667 additions
and
74,092 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
name: "Set pending OfBorg status" | ||
on: | ||
pull_request_target: | ||
|
||
# Sets the ofborg-eval status to "pending" to signal that we are waiting for | ||
# OfBorg even if it is running late. The status will be overwritten by OfBorg | ||
# once it starts evaluation. | ||
|
||
# WARNING: | ||
# When extending this action, be aware that $GITHUB_TOKEN allows (restricted) write access to | ||
# the GitHub repository. This means that it should not evaluate user input in a | ||
# way that allows code injection. | ||
|
||
permissions: | ||
contents: read | ||
|
||
jobs: | ||
action: | ||
name: set-ofborg-pending | ||
if: github.repository_owner == 'NixOS' | ||
permissions: | ||
statuses: write | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: "Set pending OfBorg status" | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
run: | | ||
curl \ | ||
-X POST \ | ||
-H "Accept: application/vnd.github.v3+json" \ | ||
-H "Authorization: Bearer $GITHUB_TOKEN" \ | ||
-d '{"context": "ofborg-eval", "state": "pending", "description": "Waiting for OfBorg..."}' \ | ||
"https://api.github.com/repos/NixOS/nixpkgs/commits/${{ github.event.pull_request.head.sha }}/statuses" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,9 +10,6 @@ Fiona Behrens <[email protected]> | |
Fiona Behrens <[email protected]> <[email protected]> | ||
goatastronaut0212 <[email protected]> <[email protected]> | ||
Janne Heß <[email protected]> <[email protected]> | ||
jopejoe1 <[email protected]> | ||
jopejoe1 <[email protected]> <[email protected]> | ||
jopejoe1 <[email protected]> <[email protected]> | ||
Jörg Thalheim <[email protected]> <[email protected]> | ||
Lin Jian <[email protected]> <[email protected]> | ||
Lin Jian <[email protected]> <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.