Skip to content

Commit

Permalink
chore(github actions): improved PR Labeler
Browse files Browse the repository at this point in the history
  • Loading branch information
flamingquaks committed May 24, 2024
1 parent 372e21c commit 9959088
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@


name: Labeler
on: [pull_request_target]
on:
pull_request_target:
branches: '*'
schedule:
- cron: "0 1 * * 1"

jobs:
labeler:
Expand All @@ -19,3 +23,5 @@ jobs:
steps:
- name: Run Labeler
uses: actions/labeler@v5
with:
sync-labels: true

0 comments on commit 9959088

Please sign in to comment.