Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Dec 8, 2024
1 parent 9b46ed9 commit 0960fcb
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 0960fcb

Please sign in to comment.