We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 704bcc5 commit 454e436Copy full SHA for 454e436
.github/workflows/labeler.yml
@@ -7,11 +7,13 @@ name: 🏷️ Pull Request Labeler
7
on:
8
- pull_request_target
9
10
+permissions:
11
+ contents: read
12
+
13
jobs:
14
labeler:
15
name: Labeler
16
permissions:
- contents: read
17
pull-requests: write
18
uses: voxpupuli/crafty/.github/workflows/labeler.yml@main
19
with:
.github/workflows/release.yml
@@ -9,11 +9,12 @@ on:
tags:
- '*'
release:
name: Release
- permissions:
uses: voxpupuli/crafty/.github/workflows/release.yml@main
20
allowed_owner: openvoxproject
0 commit comments