chore: unshare UTS and spoof hostname for browser to reduce singleton issues #107
Workflow file for this run
This file contains hidden or 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: PR Approvals | |
on: | |
pull_request: | |
jobs: | |
pr-approvals: | |
name: PR Approvals | |
runs-on: ubuntu-latest | |
env: | |
approvers: | |
steps: | |
- uses: secureblue/approvals-action@ce28f64903343583dd92c84bffedba124d3a6c95 # v0.1.0 | |
id: approvers | |
with: | |
token: ${{ secrets.GITHUB_TOKEN }} | |
min-required: 1 | |
approvers: | | |
RoyalOughtness | |
RKNF404 |