We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3e8ebb commit fec9896Copy full SHA for fec9896
1 file changed
.github/workflows/create-release-pr.yml
@@ -1,11 +1,7 @@
1
---
2
-# NOTE: This workflow belongs in the github/backup-utils repository.
3
-# It is stored here for convenience and should be copied to
4
-# github/backup-utils/.github/workflows/create-release-pr.yml
5
-#
6
# This workflow is triggered via repository_dispatch from the
7
# build-and-release workflow in backup-utils-private. It copies
8
-# docs and README.md from backup-utils-private onto a release branch
+# docs and README.md from backup-utils-private to a release dev branch
9
# in backup-utils, then creates a PR using GITHUB_TOKEN so that the
10
# PR author is github-actions[bot]. This allows the app token in
11
# backup-utils-private to approve the PR as a different actor.
0 commit comments