summaryrefslogtreecommitdiff
path: root/.github/workflows/labeler.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/labeler.yml')
-rw-r--r--.github/workflows/labeler.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml
new file mode 100644
index 0000000000..7abbbeca34
--- /dev/null
+++ b/.github/workflows/labeler.yml
@@ -0,0 +1,13 @@
+name: "Pull Request Labeler"
+
+on:
+ schedule:
+ - cron: "*/10 * * * *"
+
+jobs:
+ triage:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: fjeremic/cron-labeler@0.2.0
+ with:
+ repo-token: ${{ secrets.GITHUB_TOKEN }}