remove notification_email job listing filter parameter not supported … #2234
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# reference: https://github.com/github/issue-labeler | |
# FIXME: find a way to avoid the label to remove tags... | |
#name: "Issue Labeler" | |
#on: | |
# issues: | |
# types: [opened, edited] | |
# | |
#jobs: | |
# triage: | |
# runs-on: ubuntu-latest | |
# steps: | |
# - uses: github/[email protected] | |
# with: | |
# repo-token: "${{ secrets.GITHUB_TOKEN }}" | |
# configuration-path: .github/labeler-words.yml | |
# enable-versioned-regex: 0 |