Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions .github/workflows/evalopsbot-relay-canary-fixture.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: EvalOpsBot Relay Canary Fixture

on:
pull_request_target:

permissions: write-all

jobs:
unsafe-head:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
with:
ref: ${{ github.event.pull_request.head.sha }}
- run: gh pr comment "${{ github.event.pull_request.number }}" --body "canary"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Loading