Skip to content

Commit

Permalink
fix: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiama committed Sep 20, 2023
1 parent 36190a4 commit d3e587f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
- name: Close PR if commit message is "Update main.go"
if: github.event.pull_request.title == 'Update main.go'
uses: superbrothers/close-pull-request@v3
with:
# Optional. Post a issue comment just before closing a pull request.
comment: "Invalid PR."

golangci:
name: lint
Expand Down

0 comments on commit d3e587f

Please sign in to comment.