/upstream-issue-notifier

Get notifications when upstream issues have been closed

Primary LanguagePython

upstream issue notifier

Automatically create Github issues in a repository when references to upstream issues in other repositories are closed.

usage

# .github/workflows/upstream-issue-notifier

name: Upstream issue notifier
on:
  push:
    branches:
      - master
jobs:
  upstream-issues:
    runs-on: ubuntu-latest
    steps:
      - name: upstream-issue-notifier
        uses: Kyle-Verhoog/upstream-issue-notifier@v0.0.6

useful links