Skip to content

Commit

Permalink
Merge branch 'release-crates-io-v1.3.0' into kiz-patch-1.3-staking
Browse files Browse the repository at this point in the history
  • Loading branch information
kianenigma committed Jan 29, 2024
2 parents e1fd2f2 + 3336d7a commit a8271a5
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/workflows/.github/workflows/gitspiegel-trigger.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name: gitspiegel sync

# This workflow doesn't do anything, it's only use is to trigger "workflow_run"
# webhook, that'll be consumed by gitspiegel
# This way, gitspiegel won't do mirroring, unless this workflow runs,
# and running the workflow is protected by GitHub

on:
pull_request:
types:
- opened
- synchronize
- unlocked
- ready_for_review
- reopened
# the job doesn't check out any code, so it is relatively safe to run it on any event
pull_request_target:
types:
- opened
- synchronize
- unlocked
- ready_for_review
- reopened
merge_group:

# drop all permissions for GITHUB_TOKEN
permissions: {}

jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Do nothing
run: echo "let's go"

0 comments on commit a8271a5

Please sign in to comment.