Skip to content

Merge pull request #54 from Notarin/main #1

Merge pull request #54 from Notarin/main

Merge pull request #54 from Notarin/main #1

Workflow file for this run

name: Notify
on:
push:
branches:
- main
jobs:
create_issue:
runs-on: ubuntu-latest
steps:
- name: Create Issue
uses: imjohnbo/issue-bot@v3
with:
title: 'Hey theres new commits on main'
body: 'you should check it out.'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}