This commit is contained in:
11
.gitea/workflows/pr-changelog.yml
Normal file
11
.gitea/workflows/pr-changelog.yml
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
on:
|
||||||
|
pull_request:
|
||||||
|
types:
|
||||||
|
- opened
|
||||||
|
push:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
specific_review_requested:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- run: echo 'A review from octo-team was requested'
|
||||||
Reference in New Issue
Block a user