From 35f0f9ef8325a2dc18aa8b8f2970e2c8cc530935 Mon Sep 17 00:00:00 2001 From: Ben Du Date: Tue, 9 Jun 2026 20:10:04 -0700 Subject: [PATCH] use .yaml for github actions wf --- .../workflows/{create_pr_to_main.yml => create_pr_to_main.yaml} | 0 .github/workflows/{lint.yml => lint.yaml} | 0 .github/workflows/{release.yml => release.yaml} | 0 .github/workflows/{remove_branch.yml => remove_branch.yaml} | 0 .github/workflows/{test.yml => test.yaml} | 0 .../{create_pr_dev_to_main.yml => create_pr_dev_to_main.yaml} | 0 .../workflows/{create_pr_to_dev.yml => create_pr_to_dev.yaml} | 0 .../workflows/{create_pr_to_main.yml => create_pr_to_main.yaml} | 0 .../scripts/github/workflows/python/{lint.yml => lint.yaml} | 0 .../scripts/github/workflows/python/{test.yml => test.yaml} | 0 .../github/workflows/{remove_branch.yml => remove_branch.yaml} | 0 11 files changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{create_pr_to_main.yml => create_pr_to_main.yaml} (100%) rename .github/workflows/{lint.yml => lint.yaml} (100%) rename .github/workflows/{release.yml => release.yaml} (100%) rename .github/workflows/{remove_branch.yml => remove_branch.yaml} (100%) rename .github/workflows/{test.yml => test.yaml} (100%) rename github_rest_api/scripts/github/workflows/{create_pr_dev_to_main.yml => create_pr_dev_to_main.yaml} (100%) rename github_rest_api/scripts/github/workflows/{create_pr_to_dev.yml => create_pr_to_dev.yaml} (100%) rename github_rest_api/scripts/github/workflows/{create_pr_to_main.yml => create_pr_to_main.yaml} (100%) rename github_rest_api/scripts/github/workflows/python/{lint.yml => lint.yaml} (100%) rename github_rest_api/scripts/github/workflows/python/{test.yml => test.yaml} (100%) rename github_rest_api/scripts/github/workflows/{remove_branch.yml => remove_branch.yaml} (100%) diff --git a/.github/workflows/create_pr_to_main.yml b/.github/workflows/create_pr_to_main.yaml similarity index 100% rename from .github/workflows/create_pr_to_main.yml rename to .github/workflows/create_pr_to_main.yaml diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yaml similarity index 100% rename from .github/workflows/lint.yml rename to .github/workflows/lint.yaml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yaml similarity index 100% rename from .github/workflows/release.yml rename to .github/workflows/release.yaml diff --git a/.github/workflows/remove_branch.yml b/.github/workflows/remove_branch.yaml similarity index 100% rename from .github/workflows/remove_branch.yml rename to .github/workflows/remove_branch.yaml diff --git a/.github/workflows/test.yml b/.github/workflows/test.yaml similarity index 100% rename from .github/workflows/test.yml rename to .github/workflows/test.yaml diff --git a/github_rest_api/scripts/github/workflows/create_pr_dev_to_main.yml b/github_rest_api/scripts/github/workflows/create_pr_dev_to_main.yaml similarity index 100% rename from github_rest_api/scripts/github/workflows/create_pr_dev_to_main.yml rename to github_rest_api/scripts/github/workflows/create_pr_dev_to_main.yaml diff --git a/github_rest_api/scripts/github/workflows/create_pr_to_dev.yml b/github_rest_api/scripts/github/workflows/create_pr_to_dev.yaml similarity index 100% rename from github_rest_api/scripts/github/workflows/create_pr_to_dev.yml rename to github_rest_api/scripts/github/workflows/create_pr_to_dev.yaml diff --git a/github_rest_api/scripts/github/workflows/create_pr_to_main.yml b/github_rest_api/scripts/github/workflows/create_pr_to_main.yaml similarity index 100% rename from github_rest_api/scripts/github/workflows/create_pr_to_main.yml rename to github_rest_api/scripts/github/workflows/create_pr_to_main.yaml diff --git a/github_rest_api/scripts/github/workflows/python/lint.yml b/github_rest_api/scripts/github/workflows/python/lint.yaml similarity index 100% rename from github_rest_api/scripts/github/workflows/python/lint.yml rename to github_rest_api/scripts/github/workflows/python/lint.yaml diff --git a/github_rest_api/scripts/github/workflows/python/test.yml b/github_rest_api/scripts/github/workflows/python/test.yaml similarity index 100% rename from github_rest_api/scripts/github/workflows/python/test.yml rename to github_rest_api/scripts/github/workflows/python/test.yaml diff --git a/github_rest_api/scripts/github/workflows/remove_branch.yml b/github_rest_api/scripts/github/workflows/remove_branch.yaml similarity index 100% rename from github_rest_api/scripts/github/workflows/remove_branch.yml rename to github_rest_api/scripts/github/workflows/remove_branch.yaml