You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if: github.event.issue.body == '' || contains(github.event.issue.body, 'Give a 1 sentence description of a problem with the current OSSU Curriculum. Successful critiques of the curriculum will point out ways that OSSU is failing to uphold')
13
+
steps:
14
+
- name: Create comment
15
+
uses: actions-cool/issues-helper@v3
16
+
with:
17
+
actions: 'create-comment'
18
+
token: ${{ secrets.GITHUB_TOKEN }}
19
+
issue-number: ${{ github.event.issue.number }}
20
+
body: |
21
+
Hello @${{ github.event.issue.user.login }}.
22
+
It looks like you've opened an empty issue or one without a unique problem description.
23
+
Please understand that this is a popular project, useful to many learners, and empty issues distract maintainers that are trying to help others.
24
+
If you would like practice with issues, you can follow github documentation to create your own repo:
0 commit comments