forked from JuliaLang/julia
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
labeler workflow fixes (#64) * Try fix labeler * Update labeler workflow triggers * fixup! Update labeler workflow triggers
- Loading branch information
1 parent
9d78349
commit b356fc6
Showing
3 changed files
with
34 additions
and
0 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,4 @@ | ||
# See https://github.com/actions/labeler | ||
port-to-master: '**' | ||
port-to-v1.10: '**' | ||
port-to-v1.9: '**' |
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,13 @@ | ||
<!--- | ||
PRs to RelationalAI/julia must be opened to the correct branch (see | ||
https://github.com/RelationalAI/raicode/blob/master/nix/julia-version.json). | ||
--> | ||
## PR Description | ||
|
||
_What does this PR do?_ | ||
|
||
## Checklist | ||
|
||
Requirements for merging: | ||
- [ ] I have opened an issue or PR upstream on JuliaLang/julia: <link to JuliaLang/julia> | ||
- [ ] I have removed the `port-to-*` labels that don't apply. |
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,17 @@ | ||
# See https://github.com/actions/labeler | ||
name: "Pull Request Labeler" | ||
on: | ||
pull_request_target: | ||
types: | ||
- opened | ||
|
||
jobs: | ||
triage: | ||
permissions: | ||
contents: read | ||
pull-requests: write | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/labeler@v4 | ||
with: | ||
dot: true |