Skip to content

Commit ff92235

Browse files
authored
Create pr-announcer-docs.yml
1 parent 72bf525 commit ff92235

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
on:
2+
pull_request:
3+
types: [closed]
4+
branches:
5+
- 'development'
6+
- 'new/**'
7+
jobs:
8+
pr_announcer:
9+
runs-on: ubuntu-latest
10+
name: Announce pr
11+
steps:
12+
- name: Checking merged commit
13+
uses: Codeinwp/action-pr-merged-announcer@main
14+
env:
15+
GITHUB_TOKEN: ${{ secrets.BOT_TOKEN }}
16+
with:
17+
destination_repo: "Codeinwp/docs"
18+
issue_labels: "optimole"

0 commit comments

Comments
 (0)