Skip to content

Commit 4bfe374

Browse files
Merge branch 'master' into Fix-598
2 parents 19a3381 + f84193e commit 4bfe374

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
- Welcome first time contributors ([#782](https://github.com/jsonrainbow/json-schema/pull/782))
1111

1212
### Fixed
13+
- Add required permissions for welcome action ([#789](https://github.com/jsonrainbow/json-schema/pull/789))
1314
- Upgrade php cs fixer to latest ([#783](https://github.com/jsonrainbow/json-schema/pull/783))
1415

1516
### Changed

0 commit comments

Comments
 (0)