mirror of
https://github.com/Z3Prover/z3
synced 2026-05-31 06:07:46 +00:00
remove stale actions
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
50365e653b
commit
d8a6007385
3 changed files with 0 additions and 59 deletions
19
.github/workflows/dedup.yml
vendored
19
.github/workflows/dedup.yml
vendored
|
|
@ -1,19 +0,0 @@
|
||||||
name: GenAI Find Duplicate Issues
|
|
||||||
on:
|
|
||||||
issues:
|
|
||||||
types: [opened, reopened]
|
|
||||||
permissions:
|
|
||||||
models: read
|
|
||||||
issues: write
|
|
||||||
concurrency:
|
|
||||||
group: ${{ github.workflow }}-${{ github.event.issue.number }}
|
|
||||||
cancel-in-progress: true
|
|
||||||
jobs:
|
|
||||||
genai-issue-dedup:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Run action-issue-dedup Action
|
|
||||||
uses: pelikhan/action-genai-issue-dedup@v0
|
|
||||||
with:
|
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
github_issue: ${{ github.event.issue.number }}
|
|
||||||
21
.github/workflows/labeller.yml
vendored
21
.github/workflows/labeller.yml
vendored
|
|
@ -1,21 +0,0 @@
|
||||||
name: GenAI Issue Labeller
|
|
||||||
on:
|
|
||||||
issues:
|
|
||||||
types: [opened, reopened, edited]
|
|
||||||
permissions:
|
|
||||||
contents: read
|
|
||||||
issues: write
|
|
||||||
models: read
|
|
||||||
concurrency:
|
|
||||||
group: ${{ github.workflow }}-${{ github.event.issue.number }}
|
|
||||||
cancel-in-progress: true
|
|
||||||
jobs:
|
|
||||||
genai-issue-labeller:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v6
|
|
||||||
- uses: pelikhan/action-genai-issue-labeller@v0
|
|
||||||
with:
|
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
github_issue: ${{ github.event.issue.number }}
|
|
||||||
debug: "*"
|
|
||||||
19
.github/workflows/prd.yml
vendored
19
.github/workflows/prd.yml
vendored
|
|
@ -1,19 +0,0 @@
|
||||||
name: GenAI Pull Request Descriptor
|
|
||||||
on:
|
|
||||||
pull_request:
|
|
||||||
types: [opened, reopened, ready_for_review]
|
|
||||||
permissions:
|
|
||||||
contents: read
|
|
||||||
pull-requests: write
|
|
||||||
models: read
|
|
||||||
concurrency:
|
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}
|
|
||||||
cancel-in-progress: true
|
|
||||||
jobs:
|
|
||||||
generate-pull-request-description:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v6
|
|
||||||
- uses: pelikhan/action-genai-pull-request-descriptor@v0
|
|
||||||
with:
|
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue