diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-02-21 22:01:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-21 22:01:44 +0200 |
commit | 6ae83f06d8a91d2fbfc83f64e476640d0d5bac6c (patch) | |
tree | f1c095a7861aad78ef89bfe397198ddc30fa1029 | |
parent | 5e697cc04c0dd876e2484dbe49e32ddd7a711b3d (diff) | |
parent | 255bb8504d6191358bd94e838d2f9e5360577128 (diff) |
Merge branch 'main' into DRTVWR-588-maint-W
-rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 4 | ||||
-rw-r--r-- | .github/workflows/build.yaml | 4 | ||||
-rw-r--r-- | .github/workflows/cla.yaml | 1 |
3 files changed, 7 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000000..75fa187132 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,4 @@ +contact_links: +- name: 💬 Community Feedback (Canny) + url: https://feedback.secondlife.com + about: Space for discussing and reviewing user-impacting bug reports and feature requests. diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 73df01b8cf..1bc74fe084 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -4,8 +4,8 @@ on: workflow_dispatch: pull_request: push: - branches: ["*"] - tags: ["*"] + branches: ["main", "release/*", "project/*"] + tags: ["Second_Life_*"] jobs: build: diff --git a/.github/workflows/cla.yaml b/.github/workflows/cla.yaml index fa180c66c9..b4b2565889 100644 --- a/.github/workflows/cla.yaml +++ b/.github/workflows/cla.yaml @@ -23,3 +23,4 @@ jobs: path-to-signatures: signatures.json remote-organization-name: secondlife remote-repository-name: cla-signatures + allowlist: callum@mbp.localdomain |