aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorWilliam Boman <william@redwill.se>2021-12-29 22:52:56 +0100
committerWilliam Boman <william@redwill.se>2021-12-29 22:52:56 +0100
commitdf3a2b190574e1beaf96d51a425ef9c2be028aa1 (patch)
tree375e620c8c226dea2ea10bb0b77500730508242d /.github
parentISSUE_TEMPLATE: add config.yml (diff)
downloadmason-df3a2b190574e1beaf96d51a425ef9c2be028aa1.tar
mason-df3a2b190574e1beaf96d51a425ef9c2be028aa1.tar.gz
mason-df3a2b190574e1beaf96d51a425ef9c2be028aa1.tar.bz2
mason-df3a2b190574e1beaf96d51a425ef9c2be028aa1.tar.lz
mason-df3a2b190574e1beaf96d51a425ef9c2be028aa1.tar.xz
mason-df3a2b190574e1beaf96d51a425ef9c2be028aa1.tar.zst
mason-df3a2b190574e1beaf96d51a425ef9c2be028aa1.zip
github/workflows: more automation
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/auto-assign-issues.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/.github/workflows/auto-assign-issues.yml b/.github/workflows/auto-assign-issues.yml
index ab17b5f9..fea6e1a0 100644
--- a/.github/workflows/auto-assign-issues.yml
+++ b/.github/workflows/auto-assign-issues.yml
@@ -18,3 +18,20 @@ jobs:
with:
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 }}
+ 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
+ used for reference!). Otherwise, @williamboman will get around to looking into this ASAP!