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.
2 parents 243ebb8 + 141634c commit 0506f09Copy full SHA for 0506f09
2 files changed
.github/workflows/pr_assignee.yml
@@ -15,5 +15,3 @@ jobs:
15
steps:
16
- name: Assign PR to creator
17
uses: toshimaru/auto-author-assign@v2.1.1
18
- with:
19
- repo-token: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/pr_milestone.yml
@@ -3,7 +3,7 @@ name: Set Milestone
3
# Assigns the earliest created milestone that matches the below glob pattern.
4
5
on:
6
- pull_request:
+ pull_request_target:
7
types: [opened]
8
9
permissions:
0 commit comments