Skip to content

Commit 6ae83f0

Browse files
authored
Merge branch 'main' into DRTVWR-588-maint-W
2 parents 5e697cc + 255bb85 commit 6ae83f0

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
contact_links:
2+
- name: 💬 Community Feedback (Canny)
3+
url: https://feedback.secondlife.com
4+
about: Space for discussing and reviewing user-impacting bug reports and feature requests.

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ on:
44
workflow_dispatch:
55
pull_request:
66
push:
7-
branches: ["*"]
8-
tags: ["*"]
7+
branches: ["main", "release/*", "project/*"]
8+
tags: ["Second_Life_*"]
99

1010
jobs:
1111
build:

.github/workflows/cla.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ jobs:
2323
path-to-signatures: signatures.json
2424
remote-organization-name: secondlife
2525
remote-repository-name: cla-signatures
26+
allowlist: [email protected]

0 commit comments

Comments
 (0)