Skip to content

Viento y verdad by Brandon Sanderson #27

Viento y verdad by Brandon Sanderson

Viento y verdad by Brandon Sanderson #27

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 }}