Merge pull request #3140 from NoPlagiarism/gh_workflow_milestone

ci: pull_request_target & remove useless secret
This commit is contained in:
Jeremy Wu 2024-12-20 09:01:59 +11:00 committed by GitHub
commit 0506f095b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 3 deletions

View file

@ -15,5 +15,3 @@ jobs:
steps:
- name: Assign PR to creator
uses: toshimaru/auto-author-assign@v2.1.1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

View file

@ -3,7 +3,7 @@ name: Set Milestone
# Assigns the earliest created milestone that matches the below glob pattern.
on:
pull_request:
pull_request_target:
types: [opened]
permissions: