Skip to content

Invalid README link #73

Invalid README link

Invalid README link #73

name: Move opened issues into OpenBot - To do
on:
issues:
types: [opened]
jobs:
automate-project-columns:
runs-on: ubuntu-latest
# Check we are not on a fork
if: github.repository == 'isl-org/OpenBot'
steps:
- uses: alex-page/[email protected]
with:
project: OpenBot
column: To do
repo-token: ${{ secrets.GH_TOKEN }}