-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1,202 changed files
with
66,754 additions
and
35,494 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
CompileFlags: | ||
Add: [-I., -I.., -Iflisp, -Isupport, -I../support, -I../usr/include, -I../../usr/include, -Wall,] |
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,19 @@ | ||
name: Labels | ||
|
||
permissions: | ||
contents: read | ||
on: | ||
pull_request: | ||
types: [labeled, unlabeled, opened, reopened, edited, synchronize] | ||
jobs: | ||
enforce-labels: | ||
name: Check for blocking labels | ||
runs-on: ubuntu-latest | ||
timeout-minutes: 2 | ||
steps: | ||
- uses: yogevbd/[email protected] | ||
with: | ||
# REQUIRED_LABELS_ANY: "bug,enhancement,skip-changelog" | ||
# REQUIRED_LABELS_ANY_DESCRIPTION: "Select at least one label ['bug','enhancement','skip-changelog']" | ||
BANNED_LABELS: "needs docs,needs compat annotation,needs more info,needs nanosoldier run,needs news,needs pkgeval,needs tests,DO NOT MERGE" | ||
BANNED_LABELS_DESCRIPTION: "A PR should not be merged with `needs *` or `DO NOT MERGE` labels" |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -283,3 +283,15 @@ Daniel Karrasch <[email protected]> <[email protected]> | |
|
||
Roger Luo <[email protected]> <[email protected]> | ||
Roger Luo <[email protected]> <[email protected]> | ||
|
||
Frames Catherine White <[email protected]> <[email protected]> | ||
Frames Catherine White <[email protected]> <[email protected]> | ||
Frames Catherine White <[email protected]> <[email protected]> | ||
|
||
Claire Foster <[email protected]> <[email protected]> | ||
|
||
Jishnu Bhattacharya <[email protected]> <[email protected]> | ||
Jishnu Bhattacharya <[email protected]> <[email protected]> | ||
|
||
Shuhei Kadowaki <[email protected]> <[email protected]> | ||
Shuhei Kadowaki <[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
Oops, something went wrong.