Skip to content

Commit

Permalink
MNT Run module-standardiser
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Aug 9, 2023
1 parent f30a44d commit 3a45601
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/merge-ups.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Merge-up

on:
# At 10:00 PM UTC, only on Saturday
schedule:
- cron: '0 22 * * 6'
workflow_dispatch:

jobs:
merge-up:
name: Merge-up
# Only run cron on the tractorcow-farm account
if: (github.event_name == 'schedule' && github.repository_owner == 'tractorcow-farm') || (github.event_name != 'schedule')
runs-on: ubuntu-latest
steps:
- name: Merge-up
uses: silverstripe/gha-merge-up@v1
17 changes: 0 additions & 17 deletions .scrutinizer.yml

This file was deleted.

File renamed without changes.

0 comments on commit 3a45601

Please sign in to comment.