diff options
| author | William Boman <william@redwill.se> | 2022-09-15 18:01:04 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-15 16:01:04 +0000 |
| commit | 4899c371801a30cdf536463a31b29a3418e38a1a (patch) | |
| tree | d8dab0a11d1b4ddd712323fbc675d72f2a8d828f /.github/workflows | |
| parent | chore: update generated code (#421) (diff) | |
| download | mason-4899c371801a30cdf536463a31b29a3418e38a1a.tar mason-4899c371801a30cdf536463a31b29a3418e38a1a.tar.gz mason-4899c371801a30cdf536463a31b29a3418e38a1a.tar.bz2 mason-4899c371801a30cdf536463a31b29a3418e38a1a.tar.lz mason-4899c371801a30cdf536463a31b29a3418e38a1a.tar.xz mason-4899c371801a30cdf536463a31b29a3418e38a1a.tar.zst mason-4899c371801a30cdf536463a31b29a3418e38a1a.zip | |
chore(workflows): remove auto-assign workflow (#426)
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/auto-assign-issues.yml | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/.github/workflows/auto-assign-issues.yml b/.github/workflows/auto-assign-issues.yml deleted file mode 100644 index 8cc7a238..00000000 --- a/.github/workflows/auto-assign-issues.yml +++ /dev/null @@ -1,31 +0,0 @@ -name: Automatically assign issues to Issue Triaging project - -on: - issues: - types: [opened] - -env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - -jobs: - assign-issue: - runs-on: ubuntu-latest - name: Assign to Issue Triaging prjoect - steps: - - name: Assign new issues to triaging project - uses: srggrs/assign-one-project-github-action@1.2.1 - if: github.event.action == 'opened' - env: - GITHUB_TOKEN: ${{ secrets.PAT }} - with: - project: "https://github.com/williamboman/mason.nvim/projects/1" - column_name: "Needs triage" - - - name: Create a PR comment - uses: peter-evans/create-or-update-comment@v1 - if: contains(github.event.issue.labels.*.name, 'new-package-request') - with: - token: ${{ secrets.PAT }} - issue-number: ${{ github.event.issue.number }} - body: | - 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. |
