diff options
| author | Jean-François Milants <jf@codingfield.com> | 2021-02-23 20:21:29 (GMT) |
|---|---|---|
| committer | Jean-François Milants <jf@codingfield.com> | 2021-02-23 20:21:29 (GMT) |
| commit | b11b20b0ac5c0adfbd1397cf42c322c873a736a8 (patch) | |
| tree | 0bcb047f3e9d5c41c6d79b4dac6cbcdd3929136b /src/libs/lvgl/.github/workflows/main.yml | |
| parent | f864330d355172046fab0923fd9015ec52884f00 (diff) | |
Remove LVGL folder (it's now a submodule)
Diffstat (limited to 'src/libs/lvgl/.github/workflows/main.yml')
| -rw-r--r-- | src/libs/lvgl/.github/workflows/main.yml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/libs/lvgl/.github/workflows/main.yml b/src/libs/lvgl/.github/workflows/main.yml new file mode 100644 index 0000000..9c4fc30 --- /dev/null +++ b/src/libs/lvgl/.github/workflows/main.yml @@ -0,0 +1,16 @@ +on: + issues: + types: [opened, edited] + +jobs: + auto_close_issues: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v1 + - name: Automatically close issues that don't follow the issue template + uses: lucasbento/auto-close-issues@v1.0.2 + with: + github-token: ${{ secrets.GITHUB_TOKEN }} + issue-close-message: "@${issue.user.login}: hello! :wave:\n\nThis issue is being automatically closed because it does not follow the issue template." # optional property + closed-issues-label: "not-template" |
