Skip to content

Commit 30f6f7c

Browse files
jeremymanningclaude
andcommitted
Remove automated GitHub Actions and simplify CI/CD
- Remove greetings, monitoring, release-drafter workflows - Remove dependabot, stale bot configurations - Update remaining workflows to only run on main branch pushes - Simplify CI/CD to just run tests and linters on main branch 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 98a9ec1 commit 30f6f7c

File tree

9 files changed

+8
-421
lines changed

9 files changed

+8
-421
lines changed

.github/.stale.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

.github/dependabot.yml

Lines changed: 0 additions & 35 deletions
This file was deleted.

.github/release-drafter.yml

Lines changed: 0 additions & 28 deletions
This file was deleted.

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: build
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
branches:
6+
- main
47

58
jobs:
69
build:

.github/workflows/greetings.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

.github/workflows/monitoring.yml

Lines changed: 0 additions & 279 deletions
This file was deleted.

0 commit comments

Comments
 (0)