Skip to content

OpenDigger Biweekly Report 2024-09-18 #311

OpenDigger Biweekly Report 2024-09-18

OpenDigger Biweekly Report 2024-09-18 #311

# 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:
actions: 'add-labels'
labels: 'waiting for repliers'