Run CI check manually with UI option & Improvements #489
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: Handle new issues | |
on: | |
issues: | |
types: | |
- opened | |
jobs: | |
set-labels: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Set issue defaults | |
uses: meatlink/issue-defaults@v1 | |
with: | |
token: ${{ secrets.GITHUB_TOKEN }} | |
label: new | |
assignee: marcmo |