🎉 Initial commit
This commit is contained in:
17
.github/workflows/label.yml
vendored
Normal file
17
.github/workflows/label.yml
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
name: Labeller
|
||||
|
||||
on: [pull_request_target]
|
||||
|
||||
jobs:
|
||||
label:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: write
|
||||
|
||||
steps:
|
||||
- name: Label
|
||||
uses: actions/labeler@v3
|
||||
with:
|
||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
configuration-path: .github/labeller.yml
|
||||
Reference in New Issue
Block a user