Skip to content
Open
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
13 changes: 13 additions & 0 deletions .github/workflows/bounty-complete.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Bounty Complete Workflow

on:
issues:
types:
- closed

permissions:
issues: write

jobs:
call-central-workflow:
uses: tenstorrent/tt-github-actions/.github/workflows/bounty-complete.yml@main
12 changes: 12 additions & 0 deletions .github/workflows/bounty-stale.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Stale Bounty Workflow

on:
schedule:
- cron: '30 1 * * *' # every day at 1:30 UTC

permissions:
issues: write

jobs:
call-central-workflow:
uses: tenstorrent/tt-github-actions/.github/workflows/bounty-stale.yml@main
13 changes: 13 additions & 0 deletions .github/workflows/bounty-terms.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Bounty Terms Workflow

on:
issues:
types:
- assigned

permissions:
issues: write

jobs:
call-central-workflow:
uses: tenstorrent/tt-github-actions/.github/workflows/bounty-terms.yml@main