We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df14370 commit 3793fd2Copy full SHA for 3793fd2
.github/CODEOWNERS
@@ -0,0 +1 @@
1
+* @tinted-theming/schemes
.github/workflows/auto-assign-issues.yml
@@ -0,0 +1,18 @@
+name: Auto assignment for issues
2
+
3
+on:
4
+ issues:
5
+ types: [opened]
6
7
+jobs:
8
+ auto-assign:
9
+ runs-on: ubuntu-latest
10
+ permissions:
11
+ issues: write
12
+ steps:
13
+ - name: 'Auto-assign issue'
14
+ uses: pozil/auto-assign-issue@v2
15
+ with:
16
+ repo-token: ${{ secrets.BOT_ACCESS_TOKEN }}
17
+ teams: schemes
18
+ numOfAssignee: 3
0 commit comments