Skip to content

Commit

Permalink
Set up #accept2ship (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
CatChen authored Aug 22, 2022
1 parent 326d332 commit 9bca6de
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ updates:
registries:
- npm-npmjs
- npm-registry-npm-pkg-github-com-catchen
open-pull-requests-limit: 10
labels:
- accept2ship

- package-ecosystem: 'github-actions'
directory: '/'
Expand All @@ -35,3 +36,5 @@ updates:
- catchen
assignees:
- catchen
labels:
- accept2ship
18 changes: 18 additions & 0 deletions .github/workflows/ship.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Accept to Ship

on:
pull_request:
types: [synchronize]
pull_request_review:
types: [submitted, edited]

jobs:
ship:
runs-on: ubuntu-latest
permissions: write-all
steps:
- uses: actions/checkout@v3

- uses: CatChen/accept-to-ship-action@v0.2.2
with:
merge-method: squash

0 comments on commit 9bca6de

Please sign in to comment.