mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
ci: pull_request_target & remove useless secret
This commit is contained in:
parent
243ebb8df2
commit
141634ca88
2 changed files with 1 additions and 3 deletions
2
.github/workflows/pr_assignee.yml
vendored
2
.github/workflows/pr_assignee.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
2
.github/workflows/pr_milestone.yml
vendored
2
.github/workflows/pr_milestone.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue