Skip to content

Commit

Permalink
Merge pull request #836 from rkingsbury/main
Browse files Browse the repository at this point in the history
rm merge-me action
  • Loading branch information
rkingsbury authored Aug 1, 2023
2 parents 5c2c9b4 + 2795477 commit e354f4a
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/post-process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,6 @@ on:
- 'testing'

jobs:
merge-me:
name: Merge me!
runs-on: ubuntu-latest
steps:
- # It is often a desired behavior to merge only when a workflow execution
# succeeds. This can be changed as needed.
if: ${{ github.event.workflow_run.conclusion == 'success' }}
name: Merge me!
uses: ridedott/merge-me-action@v2
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

auto-gen-release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e354f4a

Please sign in to comment.