Skip to content

[bug] add execption handing for the month without data #3

[bug] add execption handing for the month without data

[bug] add execption handing for the month without data #3

# reply-label-issue-open.yml
# mark the initial status of the issue when it's been opened
name: Issue Open Check
on:
issues:
types: [ opened ]
jobs:
issue-open-add-labels:
runs-on: ubuntu-latest
steps:
- name: Add labels
uses: actions-cool/issues-helper@v2
if: ${{ !github.event.comment.pull_request.pull_request }}
with:
token: ${{secrets.GITHUB_TOKEN}}
actions: 'add-labels'
labels: 'waiting for repliers'