Proposal: Enable changing the permissions for only new user #267
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 |