Skip to content

Commit f84193e

Browse files
fix: add required permissions for welcome action (#789)
This PR adds the required permissions for making comments on the issues and pull requests References: - https://github.com/jsonrainbow/json-schema/actions/runs/13372875791/job/37345272696#step:2:1 - wow-actions/welcome#9 (comment)
1 parent 7660882 commit f84193e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/welcome.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
jobs:
88
run:
99
runs-on: ubuntu-latest
10+
permissions:
11+
issues: write
12+
pull-requests: write
1013
steps:
1114
- uses: wow-actions/welcome@v1
1215
with:

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
### Added
1010
- Welcome first time contributors ([#782](https://github.com/jsonrainbow/json-schema/pull/782))
1111

12+
### Fixed
13+
- Add required permissions for welcome action ([#789](https://github.com/jsonrainbow/json-schema/pull/789))
14+
1215
### Changed
1316
- Used PHPStan's int-mask-of<T> type where applicable ([#779](https://github.com/jsonrainbow/json-schema/pull/779))
1417
- Fixed some PHPStan errors ([#781](https://github.com/jsonrainbow/json-schema/pull/781))

0 commit comments

Comments
 (0)