misskey/.github
Kisaragi 09d30fef5b
ci: ワークフローが更新されたときにもワークフローが起動するようにする (#14207)
* ci: include themselves in `on.push.paths`
command: find .github/workflows -type f \( -name '*.yaml' -or -name '*.yml' \) | xargs -I {} yq_4.44.2-linux_x86-64 'select(.on.push.paths != null) | .[0] | map("{}")[0]' {} | xargs -I {} ~/.local/bin/yq_4.44.2-linux_x86-64 -i '.on.push.paths += ["{}"]' {}

* ci: include themselves in `on.pull_request.paths`
command: find .github/workflows -type f \( -name '*.yaml' -or -name '*.yml' \) | xargs -I {} yq_4.44.2-linux_x86-64 'select(.on.pull_request.paths != null) | .[0] | map("{}")[0]' {} | xargs -I {} ~/.local/bin/yq_4.44.2-linux_x86-64 -i '.on.pull_request.paths += ["{}"]' {}
2024-07-14 17:27:27 +09:00
..
ISSUE_TEMPLATE chore: issueを起票する前にGitHub Discussionsにも誘導する (#13991) 2024-06-15 08:43:11 +09:00
PULL_REQUEST_TEMPLATE chore(dev): update pull request templates 2023-03-09 08:06:22 +09:00
misskey feat: introduce aidx and make it default 2023-09-06 18:33:51 +09:00
workflows ci: ワークフローが更新されたときにもワークフローが起動するようにする (#14207) 2024-07-14 17:27:27 +09:00
dependabot.yml chore(dependabot) open-pull-requests-limit=10? 2024-01-06 13:33:56 +01:00
labeler.yml chore: labelerが治っていなかったのを修正 (#12610) 2023-12-09 09:54:43 +09:00
pull_request_template.md Update pull_request_template.md 2023-04-19 11:02:51 +09:00