Skip to content

Test #3

Test #3 #3

name: Close new issues
on:
issues:
types: [opened, reopened]
jobs:
comment-and-close:
runs-on: ubuntu-latest
steps:
- shell: bash
env:
ISSUE_NUMBER: ${{ github.event.number }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh issue close $ISSUE_NUMBER --comment This repository
is no longer in use. Please re-open this issue in the agave
repo: https://github.com/anza-xyz/agave