diff options
| author | William Boman <william@redwill.se> | 2021-12-29 23:01:17 +0100 |
|---|---|---|
| committer | William Boman <william@redwill.se> | 2021-12-29 23:01:17 +0100 |
| commit | 24696df5df548731ea2e4002d33e3bbae57b2040 (patch) | |
| tree | 1854e7c96dc4151fd029173beade7c7a254aaf55 /.github | |
| parent | github/workflows: more automation (diff) | |
| download | mason-24696df5df548731ea2e4002d33e3bbae57b2040.tar mason-24696df5df548731ea2e4002d33e3bbae57b2040.tar.gz mason-24696df5df548731ea2e4002d33e3bbae57b2040.tar.bz2 mason-24696df5df548731ea2e4002d33e3bbae57b2040.tar.lz mason-24696df5df548731ea2e4002d33e3bbae57b2040.tar.xz mason-24696df5df548731ea2e4002d33e3bbae57b2040.tar.zst mason-24696df5df548731ea2e4002d33e3bbae57b2040.zip | |
github/workflows: fix auto comment
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/auto-assign-issues.yml | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/.github/workflows/auto-assign-issues.yml b/.github/workflows/auto-assign-issues.yml index fea6e1a0..b8ceab46 100644 --- a/.github/workflows/auto-assign-issues.yml +++ b/.github/workflows/auto-assign-issues.yml @@ -19,18 +19,11 @@ jobs: project: "https://github.com/williamboman/nvim-lsp-installer/projects/1" column_name: "Needs triage" - - name: Assign new server requests to high priority column - uses: srggrs/assign-one-project-github-action@1.2.1 - if: contains(github.event.issue.labels.*.name, 'new-server-request') - with: - project: "https://github.com/williamboman/nvim-lsp-installer/projects/1" - column_name: "High priority" - - name: Create a PR comment uses: peter-evans/create-or-update-comment@v1 if: contains(github.event.issue.labels.*.name, 'new-server-request') with: - issue_number: ${{ github.event.issue.number }} + 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 |
