Update RFC 0096 (stacks removal) to match what landed in the spec #1964
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Issues Generation | |
concurrency: issues-generation | |
on: | |
issue_comment: | |
types: [created] | |
pull_request_review_comment: | |
types: [created] | |
pull_request_target: | |
types: [opened, reopened] | |
jobs: | |
issue-generation-bot: | |
if: ${{ github.event.issue.pull_request || github.event.pull_request }} | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Run Issue Generation | |
uses: jromero/issue-generation-action@v1.0.0-beta.4 | |
id: issues-generation | |
with: | |
github-token: ${{ secrets.LEARNING_GITHUB_TOKEN }} | |
bot-username: buildpack-bot |