diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2023-02-07 13:59:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-07 13:59:22 +0100 |
commit | 16929b0c73d40cf21874f055323d176b80585b42 (patch) | |
tree | 35ea03412923eef129e24da8e0fa9ae70a47586c /.github | |
parent | 0d73313c55497f32dcff1546f0f0625391f7a833 (diff) | |
parent | 9670cac1ab0119628916dfd5a7df5751ee27530a (diff) |
Merge pull request #7767 from NixOS/backport-pr-name
Backport PR title: Bot-based -> Automatic
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 |