gitlab-triage 1.44.1 → 1.44.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitlab/merge_request_templates/Release.md +4 -1
- data/CONTRIBUTING.md +4 -4
- data/Gemfile.lock +1 -1
- data/LICENSE.md +1 -1
- data/README.md +7 -4
- data/lib/gitlab/triage/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ec35de876067e863f90ccd2e710fc3fec357e54ce8aa434782a2f6aeab141b17
|
4
|
+
data.tar.gz: 60e3707faa5bebbb3990d510bb9f0d2c533decd8005178ab023793bcb1cab9d5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f05a3cbbe84e5b1fe9fa7f8ea57b696fd85d2f4fb19f2677dd0dbdcb5ff06717176860fa7acbcc52105969da39642407798801cb2a7e2fd32d3ebfb345abe706
|
7
|
+
data.tar.gz: 360caaecae0cbb7cadebf00e759a641acdf1f57beb5377993cb50ce1737ddba75b4bf8b0adb73814baddd8566aff687add4ad337918af1a74ba851e356c4fab5
|
@@ -1,4 +1,7 @@
|
|
1
|
-
<!--
|
1
|
+
<!--1. Modify /Gemfile.lock, updating specs: gitlab-triage to the new release. See the project's git tags for the latest release. -->
|
2
|
+
<!--2. Modify /lib/gitlab/triage/version.rb, updating the version to the new release. -->
|
3
|
+
<!--3. Open a merge request with this template -->
|
4
|
+
<!--4. Replace `<PREVIOUS_VERSION>` with the previous version number here, `<COMMIT_UPDATING_VERSION>` with the latest
|
2
5
|
commit from this merge request, and `<NEW_VERSION>` with the upcoming version number. -->
|
3
6
|
## Diff
|
4
7
|
|
data/CONTRIBUTING.md
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
## Developer Certificate of Origin + License
|
2
2
|
|
3
|
-
By contributing to GitLab
|
4
|
-
conditions for Your present and future Contributions submitted to GitLab
|
5
|
-
Except for the license granted herein to GitLab
|
6
|
-
distributed by GitLab
|
3
|
+
By contributing to GitLab Inc., You accept and agree to the following terms and
|
4
|
+
conditions for Your present and future Contributions submitted to GitLab Inc.
|
5
|
+
Except for the license granted herein to GitLab Inc. and recipients of software
|
6
|
+
distributed by GitLab Inc., You reserve all right, title, and interest in and to
|
7
7
|
Your Contributions. All Contributions are subject to the following DCO + License
|
8
8
|
terms.
|
9
9
|
|
data/Gemfile.lock
CHANGED
data/LICENSE.md
CHANGED
data/README.md
CHANGED
@@ -2,6 +2,8 @@
|
|
2
2
|
|
3
3
|
# GitLab Triage Project
|
4
4
|
|
5
|
+
[[_TOC_]]
|
6
|
+
|
5
7
|
This project allows to automate triaging of issues and merge requests for GitLab projects or groups.
|
6
8
|
|
7
9
|
## Note this Gem is not supported by the GitLab Support team
|
@@ -1167,14 +1169,15 @@ resource_rules:
|
|
1167
1169
|
issues:
|
1168
1170
|
rules:
|
1169
1171
|
- name: Issues requiring extra testing
|
1170
|
-
|
1171
|
-
|
1172
|
+
conditions:
|
1173
|
+
labels:
|
1174
|
+
- needs-testing
|
1172
1175
|
actions:
|
1173
1176
|
issue:
|
1174
1177
|
title: |
|
1175
|
-
Testing: {{
|
1178
|
+
Testing: {{title}}
|
1176
1179
|
description: |
|
1177
|
-
The issue {{
|
1180
|
+
The issue {{full_reference}} needs testing.
|
1178
1181
|
|
1179
1182
|
Please take care of them before the end of #{7.days.from_now.strftime('%Y-%m-%d')}
|
1180
1183
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gitlab-triage
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.44.
|
4
|
+
version: 1.44.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- GitLab
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-02-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|