https://github.com/030/pull-requests-merger-action
Pull Requests Merger Action ensures that certain pull requests get merged automatically.
https://github.com/030/pull-requests-merger-action
Last synced: 5 months ago
JSON representation
Pull Requests Merger Action ensures that certain pull requests get merged automatically.
- Host: GitHub
- URL: https://github.com/030/pull-requests-merger-action
- Owner: 030
- License: mit
- Created: 2024-03-16T13:16:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T02:58:38.000Z (over 1 year ago)
- Last Synced: 2025-04-07T15:56:13.904Z (about 1 year ago)
- Language: Python
- Size: 51.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pull-requests-merger-action
Pull Requests Merger Action.
Create a `.github/workflows/pull-requests-merger.yml` file:
```bash
---
name: pull-requests-merger
'on':
schedule:
- cron: '42 10 * * 5'
jobs:
pull-requests-merger:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-22.04
steps:
- uses: 030/pull-requests-merger-action@v0.1.0
```