aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorWilliam Boman <william@redwill.se>2022-07-28 16:39:09 +0200
committerGitHub <noreply@github.com>2022-07-28 16:39:09 +0200
commit2f7a2c317f14a2d0e8a5ad4b583eeeea9f7deb7d (patch)
treeb6cb8f3bfdfc7d2dafbaaf83099915137da0e45a /.github/workflows
parentfeat: add clang-format (#176) (diff)
downloadmason-2f7a2c317f14a2d0e8a5ad4b583eeeea9f7deb7d.tar
mason-2f7a2c317f14a2d0e8a5ad4b583eeeea9f7deb7d.tar.gz
mason-2f7a2c317f14a2d0e8a5ad4b583eeeea9f7deb7d.tar.bz2
mason-2f7a2c317f14a2d0e8a5ad4b583eeeea9f7deb7d.tar.lz
mason-2f7a2c317f14a2d0e8a5ad4b583eeeea9f7deb7d.tar.xz
mason-2f7a2c317f14a2d0e8a5ad4b583eeeea9f7deb7d.tar.zst
mason-2f7a2c317f14a2d0e8a5ad4b583eeeea9f7deb7d.zip
chore: update bot comment on new package request (#183)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/auto-assign-issues.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/auto-assign-issues.yml b/.github/workflows/auto-assign-issues.yml
index 3c7a2d56..8cc7a238 100644
--- a/.github/workflows/auto-assign-issues.yml
+++ b/.github/workflows/auto-assign-issues.yml
@@ -28,6 +28,4 @@ jobs:
token: ${{ secrets.PAT }}
issue-number: ${{ github.event.issue.number }}
body: |
- Hello! Cool! Pull requests are always very welcomed to add new packages. If the distribution of the
- package is simple, the installation will most likely be so as well (existing package installers may be
- used for reference!). Otherwise, @williamboman will get around to looking into this ASAP!
+ Hello! Pull requests are always very welcomed to add new packages. If the distribution of the package is simple, the installation will most likely be so as well. See [CONTRIBUTING.md](https://github.com/williamboman/mason.nvim/blob/main/CONTRIBUTING.md) and the [API reference](https://github.com/williamboman/mason.nvim/blob/main/doc/reference.md) for more details! You may also use existing packages as reference.