File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 7
7
jobs :
8
8
run :
9
9
runs-on : ubuntu-latest
10
+ permissions :
11
+ issues : write
12
+ pull-requests : write
10
13
steps :
11
14
- uses : wow-actions/welcome@v1
12
15
with :
Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
### Added
10
10
- Welcome first time contributors ([ #782 ] ( https://github.com/jsonrainbow/json-schema/pull/782 ) )
11
11
12
+ ### Fixed
13
+ - Add required permissions for welcome action ([ #789 ] ( https://github.com/jsonrainbow/json-schema/pull/789 ) )
14
+
12
15
### Changed
13
16
- Used PHPStan's int-mask-of<T > type where applicable ([ #779 ] ( https://github.com/jsonrainbow/json-schema/pull/779 ) )
14
17
- Fixed some PHPStan errors ([ #781 ] ( https://github.com/jsonrainbow/json-schema/pull/781 ) )
You can’t perform that action at this time.
0 commit comments