创建了ModernWpf 开发交流群,希望作者大佬能允许和支持 #76
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: Label issues | |
on: | |
issues: | |
types: [opened] | |
jobs: | |
label_issues: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Label issues | |
uses: andymckay/labeler@master | |
with: | |
add-labels: "needs-triage" |