Skip to content

Commit

Permalink
Merge pull request #182 from dealroom/repo-sync/core-mothership/default
Browse files Browse the repository at this point in the history
🔄 synced file(s) with dealroom/core-mothership
  • Loading branch information
dealroomba authored Oct 5, 2024
2 parents 895f1b9 + b92da6f commit 4bfc4ec
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autolabel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Autolabel

on:
pull_request:
types: [synchronize, reopened]
types: [opened, synchronize, reopened]

permissions: read-all

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Automerge

on:
pull_request:
types: [labeled, unlabeled, synchronize, reopened]
types: [opened, synchronize, reopened, labeled, unlabeled]

permissions: read-all

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/stale_gitrefs.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Auto-synced file, managed by [dealroom/core-mothership](https://github.com/dealroom/core-mothership)
# The changes to this file will be automatically overwritten on the next sync. Do not edit by hand!

name: Cleanup stale git refs (branches and tags)
name: Cleanup stale branches

on:
schedule:
# At 04:20 on Sunday.
- cron: "20 4 * * 0"
# At 04:20 on Monday.
- cron: "20 4 * * 1"

permissions: read-all

Expand All @@ -19,7 +19,7 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: Delete stale git refs
- name: Delete stale branches
uses: beatlabs/delete-old-branches-action@6e94df089372a619c01ae2c2f666bf474f890911 # v0.0.10
with:
repo_token: ${{ github.token }}
Expand Down

0 comments on commit 4bfc4ec

Please sign in to comment.