mirror of
https://github.com/fmhy/edit.git
synced 2026-01-17 17:31:18 +11:00
chore(ci): change to pull_request_target
This commit is contained in:
parent
9c2d3221d5
commit
ed8f879096
1 changed files with 4 additions and 5 deletions
9
.github/workflows/labeler.yml
vendored
9
.github/workflows/labeler.yml
vendored
|
|
@ -1,15 +1,14 @@
|
|||
name: 'Pull Request Labeler'
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
pull_request_target:
|
||||
types: [opened, labeled, unlabeled]
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: write
|
||||
|
||||
jobs:
|
||||
triage:
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: write
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue