Skip to content

Commit

Permalink
TEMP/TESTING - see if I can trigger the workflow to use the updated c…
Browse files Browse the repository at this point in the history
…onfig
  • Loading branch information
jrfnl committed Nov 10, 2023
1 parent 6d04a88 commit 765dc88
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/label-new-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@ name: Label new PRs

on:
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request_target
pull_request_target:
pull_request:

jobs:
label-new-prs:
runs-on: ubuntu-latest

steps:
- uses: srvaroa/labeler@master
with:
use_local_config: true
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 765dc88

Please sign in to comment.