Bhupesh-V / update-pr-reminder-action

A github action to automatically remind contributors to update their branch when there is a new commit in the base branch

Home Page:https://bhupesh.me/automatically-remind-contributors-to-update-pull-request/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update PR Reminder Action

A github action to automatically remind pull request authors to update their branch as soon as there is a new commit (or merge) in the base branch

PR Update Reminder Twitter: Bhupesh Varshney

✨ Demo

update-pr-reminder-action-demo

❓ Usage

name: PR Update Reminder
on:
  push:
    branches:
      - main
      - dev

env:
  # make sure to set this as env
  GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

jobs:
  remind_authors:
    runs-on: ubuntu-latest
    name: Update PR Reminder Test
    steps:
      - uses: actions/checkout@v2
      - uses: Bhupesh-V/update-pr-reminder-action@main

About

A github action to automatically remind contributors to update their branch when there is a new commit in the base branch

https://bhupesh.me/automatically-remind-contributors-to-update-pull-request/

License:GNU General Public License v3.0


Languages

Language:Shell 56.4%Language:Dockerfile 43.6%