Skip to content

ci: use gh cli to close issues #3

ci: use gh cli to close issues

ci: use gh cli to close issues #3

on:
workflow_call:
jobs:
comment-and-close:
runs-on: ubuntu-latest
steps:
- run: gh issue close --comment 'If you would like to file a bug report or feature request, please refer to our issue tracker: https://dhis2.atlassian.net'

Check failure on line 8 in .github/workflows/comment-and-close-reusable.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/comment-and-close-reusable.yml

Invalid workflow file

You have an error in your yaml syntax on line 8
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}