/auto-link-issue

this action link issue to pull request based on issue title and pull request branch

Primary LanguageTypeScriptMIT LicenseMIT

link pull request to issue

this github action runs when a new pull request created. it tries to find an issue wich its title or body contains pull request branch name. issue should be open, in the same repo and currently not linked to any pull request.

Usage:

- uses: alisalemmi/auto-link-issue@v1.0.0
  with:
    github_token: ${{ secrets.GITHUB_TOKEN }}

Input

this action only needs github token. github token is a secret that is auto generated by github.