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 dad2871
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/label-new-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,18 @@ 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
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
- name: Checkout code
uses: actions/checkout@v3

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

0 comments on commit dad2871

Please sign in to comment.