We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd92bd0 commit fc08fdfCopy full SHA for fc08fdf
.github/workflows/test-action.yml
@@ -13,3 +13,11 @@ jobs:
13
base_path: './template/base.md'
14
patch_path: './template/patch'
15
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