File tree 4 files changed +19
-2
lines changed
4 files changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -353,6 +353,6 @@ jobs:
353
353
run : |
354
354
gh pr create \
355
355
--head "${{ fromJSON(inputs.config).branch-name || env.default-branch-name }}" \
356
- --base "${{ fromJSON(inputs.config).branch -base || env.default-branch -base }}" \
356
+ --base "${{ fromJSON(inputs.config).pr -base || env.default-pr -base }}" \
357
357
--title "${{ fromJSON(inputs.config).pr-title || env.default-pr-title }}" \
358
358
--body "${{ fromJSON(inputs.config).pr-body || env.default-pr-body }}"
Original file line number Diff line number Diff line change @@ -17,6 +17,16 @@ in the ``changelog.d/`` directory on GitHub.
17
17
18
18
.. scriv-insert-here
19
19
20
+ .. _changelog-1.3 :
21
+
22
+ 1.3 — 2025-01-29
23
+ ================
24
+
25
+ Fixed
26
+ -----
27
+
28
+ - ``create-pr ``: Fix a bug that prevented the PR base branch from being set correctly.
29
+
20
30
.. _changelog-1.2 :
21
31
22
32
1.2 — 2025-01-28
Original file line number Diff line number Diff line change @@ -47,6 +47,13 @@ These must be set on the calling workflow:
47
47
contents : " write"
48
48
pull-requests : " write"
49
49
50
+ In addition, GitHub will block the GitHub Actions bot from opening PRs
51
+ unless a checkbox in the repository settings is ticked:
52
+
53
+ .. code-block :: text
54
+
55
+ Settings > Actions > General > Allow GitHub Actions to create and approve pull requests
56
+
50
57
51
58
.. required-config-keys:
52
59
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " github-workflows"
3
- version = " 1.2 "
3
+ version = " 1.3 "
4
4
5
5
6
6
# pytest
You can’t perform that action at this time.
0 commit comments