Skip to content

Commit

Permalink
Switch to TileDB-Inc/github-actions/open-issue (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdblischak authored Sep 8, 2023
1 parent 2341c17 commit 6b9c131
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 41 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/tiledb-py.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Open Issue
uses: TileDB-Inc/github-actions/open-issue@main
with:
name: nightly build
label: nightly-failure
assignee: shaunrd0,ihnorton
env:
GH_TOKEN: ${{ github.token }}
TZ: "America/New_York"
run: bash scripts/open-issue.sh
7 changes: 5 additions & 2 deletions .github/workflows/tiledb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Open Issue
uses: TileDB-Inc/github-actions/open-issue@main
with:
name: nightly build
label: nightly-failure
assignee: shaunrd0,ihnorton
env:
GH_TOKEN: ${{ github.token }}
TZ: "America/New_York"
run: bash scripts/open-issue.sh
37 changes: 0 additions & 37 deletions scripts/open-issue.sh

This file was deleted.

0 comments on commit 6b9c131

Please sign in to comment.