Skip to content

Bookshelf Action: New Issue #10

Bookshelf Action: New Issue

Bookshelf Action: New Issue #10

name: "Bookshelf Action: New Issue"
on:
issues:
types: [opened]
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: "onNewIssue"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}