Skip to content

actions-automation/link-your-issues

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

link-your-issues

A Github Action to test whether contributors properly link issues mentioned in commits in their PR descriptions.

Usage is simple; just include it in a workflow that runs on a pull request event:

name: link-your-issues

on:
  pull_request:
    types: [opened, reopened, synchronize, edited]

jobs:
  link-your-issues:
    runs-on: ubuntu-latest
    steps:
    - uses: actions-automation/link-your-issues@main
      with:
        repo-token: ${{ secrets.GITHUB_TOKEN }}

The repo-token input must be a valid Github access token; the GITHUB_TOKEN provisioned by Actions should suffice.

See link-your-issues.yml for an example.

About

Github Action to test whether contributors properly link issues mentioned in commits in their PR descriptions

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages