diff options
| author | William Boman <william@redwill.se> | 2022-07-28 16:39:09 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-28 16:39:09 +0200 |
| commit | 2f7a2c317f14a2d0e8a5ad4b583eeeea9f7deb7d (patch) | |
| tree | b6cb8f3bfdfc7d2dafbaaf83099915137da0e45a /.github | |
| parent | feat: add clang-format (#176) (diff) | |
| download | mason-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')
| -rw-r--r-- | .github/workflows/auto-assign-issues.yml | 4 |
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. |
