Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,14 @@ name: "Set theme labels"
on:
- pull_request_target

permissions:
contents: read

jobs:
triage:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: actions/labeler@v4
with:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/labels-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,14 @@ on:
pull_request_target:
types: [opened, labeled, unlabeled, synchronize]

permissions:
contents: read
Comment thread
epszaw marked this conversation as resolved.
Outdated

jobs:
triage:
runs-on: ubuntu-latest
permissions:
pull-requests: write
Comment thread
epszaw marked this conversation as resolved.
Outdated
steps:
- uses: baev/action-label-verify@main
with:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,14 @@ on:
release:
types: [ published ]

permissions:
contents: read

jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
Comment thread
epszaw marked this conversation as resolved.
Outdated
steps:
- uses: actions/checkout@v4.1.1

Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,14 @@ on:
description: "The next version in <MAJOR>.<MINOR> format WITHOUT SNAPSHOT SUFFIX"
required: true

permissions:
contents: read

jobs:
triage:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: "Check release version"
run: |
Expand Down
Loading