Skip to content

Commit 6e9bf95

Browse files
authored
Merge pull request #327 from linuxserver/rewrite
Rewrite playbook logic
2 parents 25faf24 + 62486a5 commit 6e9bf95

89 files changed

Lines changed: 358 additions & 411 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion

.github/FUNDING.yml

100755100644
File mode changed.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Discord chat support
4-
url: https://discord.gg/YWrKVTn
4+
url: https://linuxserver.io/discord
55
about: Realtime support / chat with the community and the team.
66

77
- name: Discourse discussion forum

.github/ISSUE_TEMPLATE/issue.bug.yml

100755100644
File mode changed.

.github/ISSUE_TEMPLATE/issue.feature.yml

100755100644
File mode changed.

.github/workflows/call_issue_pr_tracker.yml

100755100644
File mode changed.

.github/workflows/call_issues_cron.yml

100755100644
File mode changed.

.github/workflows/external_trigger.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,8 @@ jobs:
1818
echo "Type is \`os\`" >> $GITHUB_STEP_SUMMARY
1919
echo "No external release, exiting" >> $GITHUB_STEP_SUMMARY
2020
exit 0
21+
if grep -q "^jenkins-builder_master_${EXT_RELEASE}" <<< "${SKIP_EXTERNAL_TRIGGER}"; then
22+
echo "> [!WARNING]" >> $GITHUB_STEP_SUMMARY
23+
echo "> Github organizational variable \`SKIP_EXTERNAL_TRIGGER\` matches current external release; skipping trigger." >> $GITHUB_STEP_SUMMARY
24+
exit 0
25+
fi

.github/workflows/greetings.yml

100755100644
File mode changed.

.github/workflows/permissions.yml

100755100644
File mode changed.

0 commit comments

Comments
 (0)