2
0
mirror of https://github.com/tycrek/degoogle synced 2024-11-04 12:00:20 +00:00
degoogle/.github/workflows/labeler.yml

15 lines
298 B
YAML
Raw Normal View History

name: RegEx Issue Labeler
on:
issues:
types: [opened, edited]
jobs:
add_label:
runs-on: ubuntu-latest
steps:
- name: Apply Label
uses: github/issue-labeler@v2.0
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/labeler.yml