Skip to content

Commit

Permalink
Merge pull request #3861 from zowe/fix-workflows-master
Browse files Browse the repository at this point in the history
Fix workflows on Master
  • Loading branch information
anaxceron committed Sep 6, 2024
2 parents e15abe0 + 4fcbdee commit 6306bd9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ on:
workflows: ["Build docs site"]
types: [completed]

permissions:
deployments: write
pull-requests: write
statuses: write

jobs:
deploy:
if: ${{ github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success' }}
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/pr-comment-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
types:
- created

permissions:
issues: write

jobs:
pr-comment:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/pull-request-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
- anax-test-branch # TODO Delete this line before merging PR
types: [opened, reopened, edited, labeled]

permissions:
pull-requests: write

jobs:
initial-comment:
name: PR Instructions
Expand Down

0 comments on commit 6306bd9

Please sign in to comment.