Skip to content

Bad Feminist by Roxane Gay (100%) #24

Bad Feminist by Roxane Gay (100%)

Bad Feminist by Roxane Gay (100%) #24

name: "Bookshelf Action: Issue Comment"
on:
issue_comment:
types: [created]
jobs:
bookshelf-action:
name: Bookshelf Action
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.GITHUB_TOKEN }}
- name: Run Bookshelf Action
uses: AnandChowdhary/bookshelf-action@HEAD
with:
command: "onIssueComment"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}