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 41b0145 commit 2b5e5b1Copy full SHA for 2b5e5b1
.github/workflows/issue_assignment.yml .github/workflows/pr_issue_assignment.yml.github/workflows/issue_assignment.yml renamed to .github/workflows/pr_issue_assignment.yml
@@ -1,16 +1,18 @@
1
-name: Issue assignment
+name: PR-Issue assignment
2
3
on:
4
issues:
5
types: [opened]
6
+ pull_request:
7
+ types: [opened]
8
9
jobs:
10
auto-assign:
11
runs-on: ubuntu-latest
12
steps:
- - name: 'Auto-assign issue'
13
+ - name: 'Auto-assign PR-Issue'
14
uses: pozil/[email protected]
15
with:
- repo-token: ${{ secrets.MEMBER_ALLOCATOR_TOKEN }}
16
+ repo-token: ${{ secrets.DEDALO_PAT }}
17
teams: developers-tools
18
numOfAssignee: 2
0 commit comments