diff options
| author | William Boman <william@redwill.se> | 2022-07-07 01:01:25 +0200 |
|---|---|---|
| committer | William Boman <william@redwill.se> | 2022-07-07 01:02:13 +0200 |
| commit | 8519abf773fbafe66f555075c0a31fb0bea4dc91 (patch) | |
| tree | d135a62c35f5fb9b8be80d17f17e9ca35d6a8dff /.github/workflows | |
| parent | fix(logs): use 0.7-compatible stdpath (diff) | |
| download | mason-8519abf773fbafe66f555075c0a31fb0bea4dc91.tar mason-8519abf773fbafe66f555075c0a31fb0bea4dc91.tar.gz mason-8519abf773fbafe66f555075c0a31fb0bea4dc91.tar.bz2 mason-8519abf773fbafe66f555075c0a31fb0bea4dc91.tar.lz mason-8519abf773fbafe66f555075c0a31fb0bea4dc91.tar.xz mason-8519abf773fbafe66f555075c0a31fb0bea4dc91.tar.zst mason-8519abf773fbafe66f555075c0a31fb0bea4dc91.zip | |
chore: adjust some remnants of nvim-lsp-installer
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/auto-assign-issues.yml | 6 | ||||
| -rw-r--r-- | .github/workflows/stylua.yml | 1 |
2 files changed, 3 insertions, 4 deletions
diff --git a/.github/workflows/auto-assign-issues.yml b/.github/workflows/auto-assign-issues.yml index 0f99bd46..3c7a2d56 100644 --- a/.github/workflows/auto-assign-issues.yml +++ b/.github/workflows/auto-assign-issues.yml @@ -23,11 +23,11 @@ jobs: - name: Create a PR comment uses: peter-evans/create-or-update-comment@v1 - if: contains(github.event.issue.labels.*.name, 'new-server-request') + if: contains(github.event.issue.labels.*.name, 'new-package-request') with: token: ${{ secrets.PAT }} issue-number: ${{ github.event.issue.number }} body: | - Hello! Cool! Pull requests are always very welcomed to add new servers. If the distribution of the - server is simple, the installation will most likely be so as well (existing server installers may be + 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! diff --git a/.github/workflows/stylua.yml b/.github/workflows/stylua.yml index e28130be..1532fc6f 100644 --- a/.github/workflows/stylua.yml +++ b/.github/workflows/stylua.yml @@ -3,7 +3,6 @@ name: Stylua check on: push: branches: - - "main" pull_request: jobs: |
