Skip to content

Commit 63296cc

Browse files
committed
chore: M5 CI/Workflow Sweep - add blockers and contractile.just
1 parent b42db7d commit 63296cc

31 files changed

Lines changed: 4 additions & 298 deletions

.bot_directives/README.scm

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

.bot_directives/echidnabot.scm

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

.bot_directives/finishbot.scm

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

.bot_directives/glambot.scm

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

.bot_directives/rhodibot.scm

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

.bot_directives/robot-repo-automaton.scm

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

.bot_directives/seambot.scm

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

.bot_directives/sustainabot.scm

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

.github/workflows/npm-bun-blocker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
permissions:
1212
contents: read
1313
steps:
14-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
14+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1515
- name: Block npm/bun
1616
run: |
1717
if [ -f "package-lock.json" ] || [ -f "bun.lockb" ] || [ -f ".npmrc" ]; then

.github/workflows/ts-blocker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
permissions:
1212
contents: read
1313
steps:
14-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
14+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1515
- name: Block new TypeScript/JavaScript
1616
run: |
1717
NEW_TS=$(git diff --name-only --diff-filter=A HEAD~1 2>/dev/null | grep -E '\.(ts|tsx)$' | grep -v '\.gen\.' || true)

0 commit comments

Comments
 (0)