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 03c1753 commit 56b86d7Copy full SHA for 56b86d7
.github/workflows/AutoAssign.yml
@@ -2,19 +2,12 @@
2
name: Auto Assign
3
on:
4
issues:
5
- types: [opened]
+ types: [opened, reopened]
6
pull_request:
7
8
jobs:
9
run:
10
- runs-on: ubuntu-latest
11
- permissions:
12
- issues: write
13
- pull-requests: write
14
- steps:
15
- - name: 'Auto-assign issue'
16
- uses: pozil/auto-assign-issue@v2
17
- with:
18
- repo-token: ${{ secrets.GITHUB_TOKEN }}
19
- assignees: ocots
20
- numOfAssignee: 1
+ uses: control-toolbox/CTActions/.github/workflows/auto-assign.yml@main
+ with:
+ assignees: ocots
+ numOfAssignee: 1
0 commit comments