aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/auto-assign-issues.yml6
-rw-r--r--.github/workflows/stylua.yml1
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: