Skip to content

Commit

Permalink
Merge branch '18.0' into 18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy authored Dec 8, 2024
2 parents c02bb40 + 0960fcb commit 7a7e4ae
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/pr-18-autolabel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ on:
branches:
- "18.0"

permissions:
issues: write
pull-requests: write
#permissions:
# issues: write
# pull-requests: write
permissions: {} # no restriction on permissions

jobs:
changed-lines-count-labeler:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stale-issues-safe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
types: [created]
workflow_dispatch:

permissions: {} # none
permissions: {} # no restriction on permissions

jobs:
stale:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
branches:
- "18.0"

permissions: {} # no restriction on permissions

env:
ENVGHT: ${{ secrets.GITHUB_TOKEN }}
ENVGHU: ${{ github.token }}
Expand Down

0 comments on commit 7a7e4ae

Please sign in to comment.