Skip to content

Commit

Permalink
Merge branch 'zowe:main' into enh/pr_template
Browse files Browse the repository at this point in the history
  • Loading branch information
samadpls authored Sep 10, 2024
2 parents 5ba41f2 + 5270266 commit 190f76f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/auto-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Auto Responder for New Issues
on:
issues:
types: labeled
permissions:
issues: write

jobs:
processLabelAction:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/sdk-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ on:
jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: write
issues: write
pull-requests: write

steps:
- name: Checkout
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/update-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ env:
PR_STATUS_DRAFT: "In Progress"
PR_STATUS_READY: "Review/QA"

permissions:
pull-requests: write

jobs:
update-project:
name: Move project item
Expand Down

0 comments on commit 190f76f

Please sign in to comment.