[7.0.1] Fix two issues with --incompatible_sandbox_hermetic_tmp that manifested themselves when the output base was under /tmp #678
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Remove PR Labels | |
on: | |
pull_request_target: | |
types: ["closed"] | |
permissions: | |
contents: read | |
jobs: | |
remove-label: | |
permissions: | |
pull-requests: write | |
runs-on: ubuntu-latest | |
steps: | |
- name: Harden Runner | |
uses: step-security/harden-runner@6b3083af2869dc3314a0257a42f4af696cc79ba3 # v2.3.1 | |
with: | |
egress-policy: audit | |
- uses: actions-ecosystem/action-remove-labels@v1 | |
with: | |
labels: | | |
awaiting-pr-merge | |
awaiting-review |