Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #15 from open-sauced/feat-add-github-files
Browse files Browse the repository at this point in the history
chore: adding .github folder and workflows
  • Loading branch information
BekahHW authored Jan 2, 2024
2 parents 816d172 + 65ad61a commit 0d1f403
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@open-sauced/triage
@open-sauced/docs
19 changes: 19 additions & 0 deletions .github/workflows/triage.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: "Assign issues with .take"

on:
issue_comment:
types:
- created
- edited

jobs:
take-issue:
name: Disable take issue
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: take an issue
uses: bdougie/take-action@main
with:
issueCurrentlyAssignedMessage: Thanks for being interested in this issue. It looks like this ticket is already assigned to a contributor.
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0d1f403

Please sign in to comment.