Skip to content

Commit

Permalink
Merge pull request #67 from illallangi/repo-sync/github/default
Browse files Browse the repository at this point in the history
🔄 synced file(s) with illallangi/.github
  • Loading branch information
andrewcole authored Dec 29, 2023
2 parents 02272d7 + 0f34218 commit f09b178
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/auto-merge-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,15 @@ jobs:
concurrency:
cancel-in-progress: true
group: ${{ github.workflow }}-${{ github.ref }}
if: contains(github.event.pull_request.labels.*.name, 'automerge')
runs-on: ubuntu-latest
steps:
- env:
GITHUB_TOKEN: ${{ secrets.PAT }}
MERGE_DELETE_BRANCH: "true"
MERGE_FORKS: "false"
MERGE_RETRIES: "720"
id: automerge
- id: automerge
name: Auto Merge
uses: pascalgn/[email protected]
uses: alexwilson/enable-github-automerge-action@main
with:
github-token: ${{ secrets.PAT }}
merge-method: MERGE
name: Automatically Merge Pull Requests
on:
check_suite:
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 Andrew Cole
Copyright (c) 2024 Andrew Cole.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit f09b178

Please sign in to comment.