Skip to content

Commit

Permalink
ci: add better release testing workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
0-vortex committed Feb 3, 2022
1 parent 3d8cfbf commit 77c6515
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 10 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: "Development"

on:
pull_request:
types:
- opened
- edited
- synchronize
- reopened

jobs:
test:
name: Test and lint
uses: open-sauced/open-sauced/.github/workflows/development.yml@main
13 changes: 3 additions & 10 deletions .github/workflows/triage.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Triage"
name: "Assign issues with .take"

on:
issue_comment:
Expand All @@ -7,12 +7,5 @@ on:
- edited

jobs:
one:
runs-on: ubuntu-latest
steps:
- name: take an issue
uses: bdougie/take-action@main
env:
GITHUB_TOKEN: ${{ github.token }}
with:
message: Thanks for taking this on! If you have not already, join the conversation in our [Discord](https://discord.gg/U2peSNf23P)
assign:
uses: open-sauced/open-sauced/.github/workflows/triage.yml@main

0 comments on commit 77c6515

Please sign in to comment.