Skip to content

This was added to fix a nightly issue in https://github.com/solana-playground/solana-playground/pull/57. It probably doesn't exist anymore since you also removed the solana-frozen-abi dependency, but could you double check to make sure? #136

This was added to fix a nightly issue in https://github.com/solana-playground/solana-playground/pull/57. It probably doesn't exist anymore since you also removed the solana-frozen-abi dependency, but could you double check to make sure?

This was added to fix a nightly issue in https://github.com/solana-playground/solana-playground/pull/57. It probably doesn't exist anymore since you also removed the solana-frozen-abi dependency, but could you double check to make sure? #136

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.issue.number }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_REPO: ${{ github.repository }}
COMMENT: >
This repository is no longer in use. Please re-open this
issue in the agave repo: https://github.com/anza-xyz/agave
run: >
gh issue close "$ISSUE_NUMBER" --comment "$COMMENT"