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 a3b6f05 commit a59c75fCopy full SHA for a59c75f
.github/workflows/update_coc.yml
@@ -14,13 +14,14 @@ on:
14
schedule:
15
- cron: '0 0 * * 0'
16
17
-permissions:
18
- contents: write
19
- issues: write
20
- pull-requests: write
21
22
jobs:
23
update_code_of_conduct:
+ permissions:
+ contents: write
+ issues: write
+ pull-requests: write
24
+
25
runs-on: ubuntu-latest
26
27
steps:
@@ -59,9 +60,9 @@ jobs:
59
60
uses: peter-evans/create-pull-request@v7
61
with:
62
token: ${{ secrets.GITHUB_TOKEN }}
- branch: update-coc
63
+ branch: bot-update-coc
64
add-paths: |
65
CODE_OF_CONDUCT.md
- title: "Update Code of Conduct"
66
+ title: "🤖 Update Code of Conduct 🤖"
67
body: "Update the Code of Conduct with the latest version from the django-commons repository."
68
commit-message: "Update CODE_OF_CONDUCT.md from django-commons"
0 commit comments