mirror of
https://github.com/logos-messaging/pm.git
synced 2026-01-07 16:43:06 +00:00
fix permission
This commit is contained in:
parent
8226c14dc0
commit
aad2429597
1
.github/labels.yml
vendored
1
.github/labels.yml
vendored
@ -170,7 +170,6 @@
|
|||||||
description: See https://github.com/waku-org/pm/issues/87 for details
|
description: See https://github.com/waku-org/pm/issues/87 for details
|
||||||
color: e99695
|
color: e99695
|
||||||
|
|
||||||
|
|
||||||
## [Milestone] Quality Assurance processes are in place
|
## [Milestone] Quality Assurance processes are in place
|
||||||
- name: "E:Automated release processes"
|
- name: "E:Automated release processes"
|
||||||
description: See https://github.com/waku-org/pm/issues/86 for details
|
description: See https://github.com/waku-org/pm/issues/86 for details
|
||||||
|
|||||||
3
.github/workflows/sync-labels.yml
vendored
3
.github/workflows/sync-labels.yml
vendored
@ -8,6 +8,9 @@ on:
|
|||||||
- .github/workflows/sync-labels.yml
|
- .github/workflows/sync-labels.yml
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
issues: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
sync-labels:
|
sync-labels:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user