Skip to content

takuya-kikuchi/action-track-merged-pr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Merged PR Tracker

Append a PR number of merged pull requests into PR description of the base branch.

Example usage

uses: takuya-kikuchi/action-track-merged-pr@v1
with:
  SOURCE_BRANCH_NAME: ${{ github.event.pull_request.base.ref }}
  REPOSITORY_OWNER_NAME: ${{ github.event.pull_request.base.repo.owner.login }}
  REPOSITORY_NAME: ${{ github.event.pull_request.base.repo.name }}
  MERGED_PR_NUMBER: ${{ github.event.pull_request.number }}
  MERGED_PR_TITLE: ${{ github.event.pull_request.title }}
  GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

About

Action to track merged PullRequests

Resources

Stars

Watchers

Forks

Packages

No packages published