Skip to content

chore(deps): bump the cargo-weekly group across 1 directory with 6 updates #419

chore(deps): bump the cargo-weekly group across 1 directory with 6 updates

chore(deps): bump the cargo-weekly group across 1 directory with 6 updates #419

Workflow file for this run

name: PR Audit
on:
pull_request:
types: [labeled]
issue_comment:
types: [created]
permissions:
contents: read
pull-requests: read
jobs:
pr-audit:
if: >-
github.event_name == 'pull_request' ||
(
github.event_name == 'issue_comment' &&
github.event.issue.pull_request &&
contains(fromJson('["OWNER","MEMBER","COLLABORATOR"]'), github.event.comment.author_association)
)
uses: tempoxyz/gh-actions/.github/workflows/pr-audit.yml@1a49d3e9f9983a55832d7163faa970b7ba3c1af9
secrets:
EVENTS_KEY: ${{ secrets.EVENTS_KEY }}
EVENTS_CERT: ${{ secrets.EVENTS_CERT }}
EVENTS_ARGS: ${{ secrets.EVENTS_ARGS }}