We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ad13049 + 1acca2b commit 18b9f7aCopy full SHA for 18b9f7a
.github/workflows/build.yml
@@ -197,8 +197,8 @@ jobs:
197
deploy-message: "Deploy from GitHub Actions"
198
# NOTE(cole-h): We have a perpetual PR displaying our changes against upstream open, but
199
# its conversation is locked, so this PR comment can never be posted.
200
- # https://github.com/DeterminateSystems/nix-src/pull/4
201
- enable-pull-request-comment: ${{ github.event.pull_request.number != 4 }}
+ # https://github.com/DeterminateSystems/nix-src/pull/165
+ enable-pull-request-comment: ${{ github.event.pull_request.number != 165 }}
202
enable-commit-comment: true
203
enable-commit-status: true
204
overwrites-pull-request-comment: true
0 commit comments