Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion .github/workflows/comments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ concurrency:
jobs:
call-comments-workflow:
if: ${{ github.repository_owner == 'bitnami' }}
uses: bitnami/support/.github/workflows/comment-created.yml@main
uses: bitnami/support/.github/workflows/comment-created.yml@96bc169b45aa483cf2bafaaee9dae80eabd96cac
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/move-closed-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ concurrency:
jobs:
call-move-closed-workflow:
if: ${{ github.repository_owner == 'bitnami' }}
uses: bitnami/support/.github/workflows/item-closed.yml@main
uses: bitnami/support/.github/workflows/item-closed.yml@96bc169b45aa483cf2bafaaee9dae80eabd96cac
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/pr-review-hack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
echo "labels=${labels}" >> $GITHUB_OUTPUT
echo "resource_url=${resource_url}" >> $GITHUB_OUTPUT
call-pr-review-comment:
uses: bitnami/support/.github/workflows/pr-review-comment.yml@main
uses: bitnami/support/.github/workflows/pr-review-comment.yml@96bc169b45aa483cf2bafaaee9dae80eabd96cac
needs: pr-info
permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-reviews-requested.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ concurrency:
jobs:
call-pr-review-workflow:
if: ${{ github.repository_owner == 'bitnami' }}
uses: bitnami/support/.github/workflows/pr-review-requested-sync.yml@main
uses: bitnami/support/.github/workflows/pr-review-requested-sync.yml@96bc169b45aa483cf2bafaaee9dae80eabd96cac
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/pr-reviews.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
echo "::notice:: Comment on PR #${{ github.event.pull_request.number }}"
jq -n --arg issue '${{ github.event.pull_request.number }}' --arg state '${{ github.event.review != null && github.event.review.state || '' }}' '{"issue": {"number": $issue }, "review": { "state": $state }}' > pull_request_info.json
- name: Upload the PR info
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
with:
name: pull_request_info.json
path: ./pull_request_info.json
2 changes: 1 addition & 1 deletion .github/workflows/reasign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ concurrency:
jobs:
call-reasign-workflow:
if: ${{ github.repository_owner == 'bitnami' }}
uses: bitnami/support/.github/workflows/item-labeled.yml@main
uses: bitnami/support/.github/workflows/item-labeled.yml@96bc169b45aa483cf2bafaaee9dae80eabd96cac
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/triage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ concurrency:
jobs:
call-triage-workflow:
if: ${{ github.repository_owner == 'bitnami' }}
uses: bitnami/support/.github/workflows/item-opened.yml@main
uses: bitnami/support/.github/workflows/item-opened.yml@96bc169b45aa483cf2bafaaee9dae80eabd96cac
secrets: inherit
Loading