mirror of
https://github.com/logseq/logseq.git
synced 2026-04-26 15:15:01 +00:00
ci: add pr labeler
This commit is contained in:
15
.github/workflows/pr-labeler.yml
vendored
Normal file
15
.github/workflows/pr-labeler.yml
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
name: PR Labeler
|
||||
on:
|
||||
pull_request:
|
||||
types: [opened]
|
||||
|
||||
jobs:
|
||||
pr-labeler:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: TimonVS/pr-labeler-action@v3.1.0
|
||||
with:
|
||||
# optional, .github/pr-labeler.yml is the default value
|
||||
configuration-path: .github/pr-labeler.yml
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
Reference in New Issue
Block a user