Skip to content

Commit

Permalink
fix: add missing workflow for labeler bot
Browse files Browse the repository at this point in the history
Signed-off-by: AtomicFS <[email protected]>
  • Loading branch information
AtomicFS authored and AtomicFS committed Sep 14, 2024
1 parent 24b28e2 commit 8bebd65
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/bot-labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
# Docs: https://github.com/actions/labeler
name: 'labeler'

on:
- pull_request_target

permissions: read-all

jobs:
labeler:
permissions:
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Run labeler
uses: actions/labeler@v5

0 comments on commit 8bebd65

Please sign in to comment.