Changefile from PR description: Fix community PR permissions issue (#39290)
* Add pull_request_target * Add description to Enhancement
This commit is contained in:
parent
afd6376a5e
commit
234963287b
|
@ -55,7 +55,7 @@ Using the [WooCommerce Testing Instructions Guide](https://github.com/woocommerc
|
|||
- [ ] Dev - Development related task
|
||||
- [ ] Tweak - A minor adjustment to the codebase
|
||||
- [ ] Performance - Address performance issues
|
||||
- [ ] Enhancement
|
||||
- [ ] Enhancement - Improvement to existing functionality
|
||||
|
||||
#### Message <!-- Add a changelog message here -->
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: 'Changelog Auto Add'
|
||||
on:
|
||||
pull_request:
|
||||
pull_request_target:
|
||||
types: [opened, synchronize, reopened, edited]
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
|
|
Loading…
Reference in New Issue