summaryrefslogtreecommitdiff
path: root/.github/workflows/label.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/label.yml')
-rw-r--r--.github/workflows/label.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml
new file mode 100644
index 0000000..afcd7b5
--- /dev/null
+++ b/.github/workflows/label.yml
@@ -0,0 +1,10 @@
+---
+name: Labeler
+on: [pull_request]
+jobs:
+ label:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/labeler@v2
+ with:
+ repo-token: "${{ secrets.GITHUB_TOKEN }}"