Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Auto-merge Dependabot PRs

on:
workflow_dispatch:
pull_request_target:
types: [opened, synchronize, reopened]

Expand All @@ -20,6 +21,7 @@ jobs:
github-token: "${{ secrets.GITHUB_TOKEN }}"

- name: Wait for CI checks to pass
id: wait
uses: lewagon/wait-on-check-action@v1.3.3
with:
ref: ${{ github.event.pull_request.head.sha }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/codacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
name: Codacy Security Scan

on:
workflow_dispatch:
push:
branches: [ "main" ]
pull_request:
Expand Down
23 changes: 0 additions & 23 deletions .github/workflows/deno.yml

This file was deleted.

29 changes: 0 additions & 29 deletions .github/workflows/dependabot.yml

This file was deleted.

1 change: 1 addition & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Docker Image CI

on:
workflow_dispatch:
push:
branches: [ "main" ]
pull_request:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/main.yml

This file was deleted.

175 changes: 0 additions & 175 deletions .github/workflows/neuralegion.yml

This file was deleted.

93 changes: 0 additions & 93 deletions .github/workflows/nextjs.yml

This file was deleted.

1 change: 1 addition & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
name: Node.js CI

on:
workflow_dispatch:
push:
branches: [ "main" ]
pull_request:
Expand Down
Loading