Skip to content

Commit

Permalink
Add a note that the action only works after it has been installed.
Browse files Browse the repository at this point in the history
  - See #33.
  • Loading branch information
nwalfield committed Mar 5, 2024
1 parent 042cd23 commit 9f0e67c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ jobs:
comment: always
```
Note: this will only work after the fast-forward action has been
merged into the default branch.
## Fast Forwarding a Pull Request
To actually fast-forward a branch, add
Expand Down Expand Up @@ -135,6 +138,9 @@ is added to the pull request. The workflow is careful to check that
the user who triggered the workflow is actually authorized to push to
the repository.

Note: this will only work after the fast-forward action has been
merged into the default branch.

## Disabling Comments

If you prefer to disable comments, you can set the `comment` input
Expand Down

0 comments on commit 9f0e67c

Please sign in to comment.