Skip to content

Commit

Permalink
💩
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin Burg committed Jan 25, 2024
1 parent 0cfb4a4 commit 2145069
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/fast-forward.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
types: [created, edited]
jobs:
fast-forward:
# Only run if the comment contains the /fast-forward command.
if: contains(github.event.comment.body, '/fast-forward') && github.event.issue.pull_request
runs-on: ubuntu-latest

permissions:
Expand Down

0 comments on commit 2145069

Please sign in to comment.