diff options
author | Valentin Gagarin <valentin.gagarin@tweag.io> | 2023-02-07 11:11:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-07 11:11:50 +0100 |
commit | 9670cac1ab0119628916dfd5a7df5751ee27530a (patch) | |
tree | 902167e8d6c58dfccda806e6d41ba79967057a74 /.github | |
parent | 895dfc656a21f6252ddf48df0d1f215effa04ecb (diff) |
Backport PR title: Bot-based -> Automatic
In hope to reduce friction in contributor-facing communication, use a more common word. "bot" needless jargon for "something the machine does itself".
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/backport.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index ca5af260f..558cfa804 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -27,6 +27,6 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} github_workspace: ${{ github.workspace }} pull_description: |- - Bot-based backport to `${target_branch}`, triggered by a label in #${pull_number}. + Automatic backport to `${target_branch}`, triggered by a label in #${pull_number}. # should be kept in sync with `uses` version: v0.0.5 |