aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorWilliam Boman <william@redwill.se>2023-04-22 12:22:54 +0200
committerGitHub <noreply@github.com>2023-04-22 12:22:54 +0200
commite239c6439cad2f4c9bd247775815e0be3741621c (patch)
tree188a3c704a280c396f0534d068d1f9f393255a27 /.github/workflows
parentchore: autogenerate (#1245) (diff)
downloadmason-e239c6439cad2f4c9bd247775815e0be3741621c.tar
mason-e239c6439cad2f4c9bd247775815e0be3741621c.tar.gz
mason-e239c6439cad2f4c9bd247775815e0be3741621c.tar.bz2
mason-e239c6439cad2f4c9bd247775815e0be3741621c.tar.lz
mason-e239c6439cad2f4c9bd247775815e0be3741621c.tar.xz
mason-e239c6439cad2f4c9bd247775815e0be3741621c.tar.zst
mason-e239c6439cad2f4c9bd247775815e0be3741621c.zip
chore: remove generate scripts and artifacts (#1246)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/autogenerate.yml47
-rw-r--r--.github/workflows/selene.yml2
2 files changed, 1 insertions, 48 deletions
diff --git a/.github/workflows/autogenerate.yml b/.github/workflows/autogenerate.yml
deleted file mode 100644
index ad2d592a..00000000
--- a/.github/workflows/autogenerate.yml
+++ /dev/null
@@ -1,47 +0,0 @@
-name: Autogenerate code
-
-on:
- workflow_dispatch:
- schedule:
- - cron: "0 10 * * *"
-
-jobs:
- autogenerate:
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v2
- with:
- fetch-depth: 0
- - uses: rhysd/action-setup-vim@v1
- with:
- neovim: true
- version: v0.9.0
-
- - name: make generate
- run: make generate
-
- - name: Create Pull Request
- id: cpr
- uses: peter-evans/create-pull-request@v4
- with:
- token: ${{ secrets.PAT }}
- author: "William Botman <william+bot@redwill.se>"
- committer: "William Botman <william+bot@redwill.se>"
- add-paths: |
- lua/mason/mappings
- lua/mason-schemas
- PACKAGES.md
- commit-message: "chore: autogenerate"
- branch: chore/autogenerate
- branch-suffix: short-commit-hash
- delete-branch: true
- labels: automerge
- title: "chore: autogenerate"
-
- - name: Enable Pull Request Automerge
- if: steps.cpr.outputs.pull-request-operation == 'created'
- uses: peter-evans/enable-pull-request-automerge@v2
- with:
- token: ${{ secrets.PAT }}
- pull-request-number: ${{ steps.cpr.outputs.pull-request-number }}
- merge-method: squash
diff --git a/.github/workflows/selene.yml b/.github/workflows/selene.yml
index 5a71f629..097c7c86 100644
--- a/.github/workflows/selene.yml
+++ b/.github/workflows/selene.yml
@@ -16,5 +16,5 @@ jobs:
with:
# token is needed because the action allegedly downloads binary from github releases
token: ${{ secrets.GITHUB_TOKEN }}
- args: lua/ tests/ scripts/
+ args: lua/ tests/
version: 0.24.0