Adding a temporary listener just for the current run of the service worker or event page so it doesn't wake up next time for this event #274
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
name: "Needs Triage" | |
on: | |
issues: | |
types: [opened] | |
jobs: | |
triage: | |
if: github.event.issue.labels[0] == null | |
runs-on: ubuntu-latest | |
steps: | |
- uses: github/[email protected] | |
with: | |
repo-token: "${{ secrets.GITHUB_TOKEN }}" | |
configuration-path: .github/labeler.yml | |
enable-versioned-regex: 0 |