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