You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/pr.yml
+22Lines changed: 22 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -77,6 +77,8 @@ jobs:
77
77
runs-on: ubuntu-24.04
78
78
needs:
79
79
- get-ezbake-version
80
+
permissions:
81
+
pull-requests: write # to comment on the PR
80
82
strategy:
81
83
fail-fast: false
82
84
matrix:
@@ -112,11 +114,31 @@ jobs:
112
114
EZBAKE_VERSION: ${{ needs.get-ezbake-version.outputs.ezbake_version }} # ensures that we used the built version of ezbake and don't pull from clojars.org
0 commit comments