Skip to content

Commit fc08fdf

Browse files
committed
build: add pull request action
1 parent fd92bd0 commit fc08fdf

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/test-action.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,11 @@ jobs:
1313
base_path: './template/base.md'
1414
patch_path: './template/patch'
1515
output_path: './CODE_OF_CONDUCT.md'
16+
- uses: gr2m/create-or-update-pull-request-action@v1
17+
env:
18+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19+
with:
20+
body: "Applied the patch to the base Code of Conduct."
21+
branch: actions/patch-code-of-conduct # Custom branch *just* for this Action.
22+
commit-message: 'doc: update Code of Conduct'
23+
title: 'doc: update Code of Conduct'

0 commit comments

Comments
 (0)