Skip to content

Commit

Permalink
fix(validate-pr-title): use PRT not PR (#18)
Browse files Browse the repository at this point in the history
## Which problem is this PR solving?

- Private repos cannot be monitored by the semantic convention enforcer

## Short description of the changes

See
amannn/action-semantic-pull-request#173 (comment)

however, this by itself isn't enough as per
honeycombio/loadgen#27 - permissions may also
need to explicitly be granted.
  • Loading branch information
lizthegrey committed Dec 13, 2023
1 parent 91f8cfd commit 8a32627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate-pr-title.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "Validate PR Title"

on:
pull_request:
pull_request_target:
types:
- opened
- edited
Expand Down

0 comments on commit 8a32627

Please sign in to comment.