We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daad2a8 commit f666172Copy full SHA for f666172
2 files changed
.github/workflows/auto-approve.yml
@@ -4,4 +4,4 @@ permissions:
4
pull-requests: write
5
jobs:
6
auto-approve:
7
- uses: palashmon/reusable-workflows/.github/workflows/auto-approve.yml@main
+ uses: palashmon/reusable-workflows/.github/workflows/auto-approve.yml@d30c1aaaceab5c7d3f95551c051afce367c2aeba # main
.github/workflows/main.yml
@@ -16,7 +16,7 @@ concurrency:
16
17
18
test:
19
- uses: palashmon/reusable-workflows/.github/workflows/main-build.yml@main
+ uses: palashmon/reusable-workflows/.github/workflows/main-build.yml@d30c1aaaceab5c7d3f95551c051afce367c2aeba # main
20
with:
21
test-needed: false
22
install-legacy-peer-deps: true
0 commit comments