We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 19a3381 + f84193e commit 4bfe374Copy full SHA for 4bfe374
.github/workflows/welcome.yml
@@ -7,6 +7,9 @@ on:
7
jobs:
8
run:
9
runs-on: ubuntu-latest
10
+ permissions:
11
+ issues: write
12
+ pull-requests: write
13
steps:
14
- uses: wow-actions/welcome@v1
15
with:
CHANGELOG.md
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- 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))
- Upgrade php cs fixer to latest ([#783](https://github.com/jsonrainbow/json-schema/pull/783))
16
### Changed
0 commit comments