mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-17 08:36:25 +03:00
Remove Tessl skill review workflow (#136)
Co-authored-by: Paul Bakaus <paulbakaus@pauls-mbp-3.lan>
This commit is contained in:
co-authored by
Paul Bakaus
parent
ea930268a8
commit
88b82ae5f5
@@ -1,20 +0,0 @@
|
||||
# Runs Tessl skill review on pull requests that touch any SKILL.md.
|
||||
# Posts (or updates) a single PR comment with scores and feedback.
|
||||
# See: https://github.com/tesslio/skill-review
|
||||
name: Tessl Skill Review
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches: [main]
|
||||
paths:
|
||||
- "**/SKILL.md"
|
||||
|
||||
jobs:
|
||||
review:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
pull-requests: write
|
||||
contents: read
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: tesslio/skill-review@main
|
||||
Reference in New Issue
Block a user