url-minify/.github/workflows/one-issue-at-time.yml

21 lines
467 B
YAML

name: Issue_watcher
on:
issues:
types: [opened]
jobs:
first-job:
runs-on: ubuntu-latest
if: ${{ github.actor != github.repository_owner }}
steps:
- name: Checkout code
uses: actions/checkout@main
- name: Run Action
uses: TesseractCoding/Issue_Watcher@main
with:
token: '${{ secrets.GITHUB_TOKEN }}'
author: '${{github.actor}}'
repo: BRAVO68WEB/url-minify
maxIssue: 2