├── .github └── workflows │ └── ci.yml ├── README.md ├── action.yml ├── index.js └── package.json /.github/workflows/ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliangruber/merge-pull-request-action/HEAD/.github/workflows/ci.yml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliangruber/merge-pull-request-action/HEAD/README.md -------------------------------------------------------------------------------- /action.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliangruber/merge-pull-request-action/HEAD/action.yml -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliangruber/merge-pull-request-action/HEAD/index.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juliangruber/merge-pull-request-action/HEAD/package.json --------------------------------------------------------------------------------