mirror of
https://github.com/justinrainbow/json-schema.git
synced 2025-06-04 21:04:53 +02:00
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 - https://github.com/wow-actions/welcome/issues/9#issuecomment-2663235613
This commit is contained in:
parent
7660882388
commit
f84193ea05
3
.github/workflows/welcome.yml
vendored
3
.github/workflows/welcome.yml
vendored
@ -7,6 +7,9 @@ on:
|
||||
jobs:
|
||||
run:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
issues: write
|
||||
pull-requests: write
|
||||
steps:
|
||||
- uses: wow-actions/welcome@v1
|
||||
with:
|
||||
|
@ -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<T> 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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user