2020-04-29 19:42:58 +02:00
|
|
|
labels:
|
|
|
|
- name: invalid
|
|
|
|
labeled:
|
|
|
|
issue:
|
|
|
|
body: Please follow the issue templates.
|
|
|
|
action: close
|
|
|
|
- name: forum
|
|
|
|
labeled:
|
|
|
|
issue:
|
|
|
|
body: |
|
|
|
|
Please ask questions about GitHub Actions or Hugo at the following forum.
|
2020-06-21 20:32:45 +02:00
|
|
|
- [GitHub Actions Community Forum](https://github.community/c/github-actions)
|
2020-04-29 19:42:58 +02:00
|
|
|
- [Hugo Community Forum](https://discourse.gohugo.io/)
|
|
|
|
action: close
|
|
|
|
- name: wontfix
|
|
|
|
labeled:
|
|
|
|
issue:
|
|
|
|
body: This will not be worked on but we appreciate your contribution.
|
|
|
|
action: close
|
|
|
|
unlabeled:
|
|
|
|
issue:
|
|
|
|
body: This has become active again.
|
|
|
|
action: open
|
|
|
|
- name: duplicate
|
|
|
|
labeled:
|
|
|
|
issue:
|
|
|
|
body: This issue already exists.
|
|
|
|
action: close
|
|
|
|
- name: good first issue
|
|
|
|
labeled:
|
|
|
|
issue:
|
|
|
|
body: This issue is easy for contributing. Everyone can work on this.
|
2021-06-25 21:08:37 +02:00
|
|
|
- name: resolved
|
|
|
|
labeled:
|
|
|
|
issue:
|
|
|
|
body: |
|
|
|
|
This issue has been **LOCKED** because of it being resolved!
|
|
|
|
|
|
|
|
The issue has been fixed and is therefore considered resolved.
|
|
|
|
If you still encounter this or it has changed, open a new issue instead of responding to solved ones.
|
|
|
|
action: close
|
|
|
|
locking: lock
|
|
|
|
lock_reason: resolved
|