-
Notifications
You must be signed in to change notification settings - Fork 51
Closed
Description
I would like to use issue-labeler for Pull Requests.
Currently it does not work for Pull Requests in the following workflow:
name: Issue Labeler
on:
issues:
types: [opened, edited]
pull_request:
types: [opened, edited]
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: github/[email protected]
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/labeler.yml
enable-versioned-regex: 0Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels