Skip to content

Commit 4c93d49

Browse files
committed
Add github action to tag codeowners when an issue is created
1 parent de90e9b commit 4c93d49

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

.github/CODEOWNERS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
* @tinted-theming/builder-python
2+
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: "Auto assignment for issues"
2+
3+
on:
4+
issues:
5+
types: ["opened"]
6+
7+
jobs:
8+
auto-assign:
9+
uses: "tinted-theming/home/.github/workflows/shared-auto-assign-issues.yml@main"
10+
secrets:
11+
token: ${{ secrets.BOT_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)