Skip to content

Commit

Permalink
Merge pull request #3140 from NoPlagiarism/gh_workflow_milestone
Browse files Browse the repository at this point in the history
ci: pull_request_target & remove useless secret
  • Loading branch information
jjw24 authored Dec 19, 2024
2 parents 243ebb8 + 141634c commit 0506f09
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pr_assignee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,3 @@ jobs:
steps:
- name: Assign PR to creator
uses: toshimaru/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/pr_milestone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0506f09

Please sign in to comment.