We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cff091f commit 1ca03bcCopy full SHA for 1ca03bc
README.md
@@ -54,6 +54,9 @@ normal GitHub UI, as their branch bases won't be master. Use
54
`ghstack land $PR_URL` (or alternatively `ghstack land #PR_NUM`) to land
55
a ghstack'ed pull request.
56
57
+You can also setup a GitHub action to allow a bot land.
58
+https://github.com/Chillee/ghstack_land_example/blob/main/.github/workflows/issue_comment.yml is an end-to-end example of how to do this.
59
+
60
## Structure of submitted pull requests
61
62
Every commit in your local commit stack gets submitted into a separate
0 commit comments