Skip to content
Merged
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
6 changes: 3 additions & 3 deletions .github/workflows/issue-ops-triage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
# Skip bot-authored issues (e.g. Renovate's Dependency Dashboard): their `edited` events
# fire this trigger but carry no author_association to trust-tier, and errored at 0s (#17).
if: vars.IO_ENABLED == 'true' && github.event.issue.user.type != 'Bot'
uses: wave-av/wave-foundation/.github/workflows/io-triage.yml@5d0b9e1a35efdb6d4e2ba55c483af670b69a8470
uses: wave-av/wave-foundation-public/.github/workflows/io-triage.yml@f63b91566ab311b09599db6195da8c353cab1f69
permissions:
contents: read
issues: write
with:
scripts_repo: wave-av/wave-foundation
scripts_ref: "5d0b9e1a35efdb6d4e2ba55c483af670b69a8470"
scripts_repo: wave-av/wave-foundation-public
scripts_ref: "f63b91566ab311b09599db6195da8c353cab1f69"
owner: ${{ vars.IO_OWNER }}
secrets:
# gh_pat dropped (#17): ISSUE_OPS_PAT is absent org/repo-wide; IO_USE_APP=true uses the App
Expand Down
Loading