Skip to content

Commit b2c9e84

Browse files
docs: update actions and workflows documentation
[skip ci] Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 92c59d3 commit b2c9e84

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/greetings.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ on:
4747
issues:
4848
types:
4949
- opened
50-
pull_request_target:
50+
pull_request:
51+
types:
52+
- opened
5153
branches:
5254
- main
5355
permissions: {}

.github/workflows/semantic-pull-request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Workflow to ensure Pull Request provides semantic versionning assets:
4343
```yaml
4444
name: Semantic Pull Request
4545
on:
46-
pull_request_target:
46+
pull_request:
4747
types:
4848
- opened
4949
- edited

0 commit comments

Comments
 (0)