Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into increase-buffers-…
Browse files Browse the repository at this point in the history
…moar
  • Loading branch information
tomaka committed Jun 17, 2020
2 parents db2774e + 0c42ced commit c64bca0
Show file tree
Hide file tree
Showing 649 changed files with 23,552 additions and 11,882 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/auto-label-prs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Label new PRs
on:
pull_request:
types: [opened,ready_for_review]

jobs:
label-new-prs:
runs-on: ubuntu-latest
steps:
- name: Label new drafts
uses: andymckay/labeler@master
if: github.event.pull_request.draft == true
with:
add-labels: 'A3-inprogress'
- name: Label new PRs
uses: andymckay/labeler@master
if: github.event.pull_request.draft == false
with:
add-labels: 'A0-pleasereview'
remove-labels: 'A3-inprogress'
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ rls*.log
.local
**/hfuzz_target/
**/hfuzz_workspace/
.cargo/
Loading

0 comments on commit c64bca0

Please sign in to comment.