Skip to content

Commit

Permalink
[Dependencies] - Update .github/workflows/pull-request.yml to match t…
Browse files Browse the repository at this point in the history
…he template repo
  • Loading branch information
credfeto committed Jul 10, 2023
1 parent 276bbbb commit 6c9fa25
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,8 @@ jobs:
echo "PR: ${{steps.open-pr.outputs.pr_number}}"
echo "CF: ${{steps.open-pr.outputs.has_changed_files}}"
# TODO: Switch to actions/[email protected] if https://github.com/actions/labeler/pull/349 is merged and a release created
- if: ${{steps.findPr.outputs.number == ''}}
uses: credfeto/labeler@feature/pass-in-pull-request-or-issue
uses: actions/labeler@v4.3.0
with:
repo-token: ${{secrets.SOURCE_PUSH_TOKEN}}
configuration-path: .github/labeler.yml
Expand Down

0 comments on commit 6c9fa25

Please sign in to comment.