logseq/.github/workflows/pr-labeler.yml

16 lines
368 B
YAML
Raw Normal View History

2022-01-07 10:45:12 +00:00
name: PR Labeler
on:
pull_request_target:
2022-01-07 10:45:12 +00:00
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 }}