diff --git a/.github/workflows/welcome.yml b/.github/workflows/welcome.yml index 7666393f..36c41144 100644 --- a/.github/workflows/welcome.yml +++ b/.github/workflows/welcome.yml @@ -7,6 +7,9 @@ on: jobs: run: runs-on: ubuntu-latest + permissions: + issues: write + pull-requests: write steps: - uses: wow-actions/welcome@v1 with: diff --git a/CHANGELOG.md b/CHANGELOG.md index dc12e635..d19a0d87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Welcome first time contributors ([#782](https://github.com/jsonrainbow/json-schema/pull/782)) +### Fixed +- Add required permissions for welcome action ([#789](https://github.com/jsonrainbow/json-schema/pull/789)) + ### Changed - Used PHPStan's int-mask-of type where applicable ([#779](https://github.com/jsonrainbow/json-schema/pull/779)) - Fixed some PHPStan errors ([#781](https://github.com/jsonrainbow/json-schema/pull/781))