Skip to content

Commit c94efec

Browse files
committed
Improve naming.
1 parent d7f893f commit c94efec

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# GitHub Action - Automatically Rebuild Pull Requests
22
This is a GitHub Action to automatically rebuild pull requests when the pull request target changes.
33

4-
Review the GitHub action in the marketplace: [GitHub Rebuild PullRequests](https://github.com/marketplace/actions/github-rebuild-pull-requests)
4+
Review the GitHub action in the marketplace: [GitHub Rebuild Pull Requests](https://github.com/marketplace/actions/github-rebuild-pull-requests)
55

66
## How does this GitHub action work?
77
When a branch in your GitHub repository is updated, this GitHub action automatically finds open pull requests that target that branch and forces a rebuild for them.

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'Rebuild Stale PullRequests'
1+
name: 'Rebuild Stale Pull Requests'
22
description: 'Automatically rebuild pull requests when they become stale or the target branch changes.'
33
inputs:
44
github_token:

0 commit comments

Comments
 (0)