Skip to content

Commit 9b57e74

Browse files
committed
chore(issue-templates): Simplify search for generated PRs
1 parent 03d445b commit 9b57e74

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

.github/ISSUE_TEMPLATE/pre-release.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ Part of <https://github.com/stackabletech/issues/TRACKING_ISSUE>
4747
### Tasks in this Repository
4848
- [ ] Update Rust toolchain in the `config/versions.yaml` file.
4949
- [ ] Generate downstream PRs using the ["Generate Downstream PRs"](https://github.com/stackabletech/operator-templating/actions/workflows/generate_prs.yml) action.
50+
- [Search for PRs](https://github.com/search?q=org%3Astackabletech%20sort%3Aupdated-desc%20is%3Apr%20is%3Aopen%20Update%20templated%20files&type=pullrequests) and add them to the task list below
5051
- [ ] Merge downstream PRs, see below for more details.
5152
```
5253

@@ -57,27 +58,26 @@ Replace the items in the task lists below with the applicable Pull Requests
5758
5859
yq '.repositories[].name' config/repositories.yaml \
5960
| sort \
60-
| xargs -I {} echo "- [ ] https://github.com/stackabletech/{}/pulls?q=sort:updated-desc+is:pr+is:open+Update+templated+files"
61+
| xargs -I {} echo "- [ ] _PR for {}_"
6162
-->
6263

6364
```[tasklist]
6465
### Tasks in Downstream Operator Repositories
65-
- [ ] https://github.com/stackabletech/airflow-operator/pulls?q=sort:updated-desc+is:pr+is:open+Update+templated+files
66-
- [ ] https://github.com/stackabletech/commons-operator/pulls?q=sort:updated-desc+is:pr+is:open+Update+templated+files
67-
- [ ] https://github.com/stackabletech/druid-operator/pulls?q=sort:updated-desc+is:pr+is:open+Update+templated+files
68-
- [ ] https://github.com/stackabletech/edc-operator/pulls?q=sort:updated-desc+is:pr+is:open+Update+templated+files
69-
- [ ] https://github.com/stackabletech/hbase-operator/pulls?q=sort:updated-desc+is:pr+is:open+Update+templated+files
70-
- [ ] https://github.com/stackabletech/hdfs-operator/pulls?q=sort:updated-desc+is:pr+is:open+Update+templated+files
71-
- [ ] https://github.com/stackabletech/hello-world-operator/pulls?q=sort:updated-desc+is:pr+is:open+Update+templated+files
72-
- [ ] https://github.com/stackabletech/hive-operator/pulls?q=sort:updated-desc+is:pr+is:open+Update+templated+files
73-
- [ ] https://github.com/stackabletech/kafka-operator/pulls?q=sort:updated-desc+is:pr+is:open+Update+templated+files
74-
- [ ] https://github.com/stackabletech/listener-operator/pulls?q=sort:updated-desc+is:pr+is:open+Update+templated+files
75-
- [ ] https://github.com/stackabletech/nifi-operator/pulls?q=sort:updated-desc+is:pr+is:open+Update+templated+files
76-
- [ ] https://github.com/stackabletech/opa-operator/pulls?q=sort:updated-desc+is:pr+is:open+Update+templated+files
77-
- [ ] https://github.com/stackabletech/secret-operator/pulls?q=sort:updated-desc+is:pr+is:open+Update+templated+files
78-
- [ ] https://github.com/stackabletech/spark-k8s-operator/pulls?q=sort:updated-desc+is:pr+is:open+Update+templated+files
79-
- [ ] https://github.com/stackabletech/superset-operator/pulls?q=sort:updated-desc+is:pr+is:open+Update+templated+files
80-
- [ ] https://github.com/stackabletech/trino-operator/pulls?q=sort:updated-desc+is:pr+is:open+Update+templated+files
81-
- [ ] https://github.com/stackabletech/zookeeper-operator/pulls?q=sort:updated-desc+is:pr+is:open+Update+templated+files
82-
66+
- [ ] _PR for airflow-operator_
67+
- [ ] _PR for commons-operator_
68+
- [ ] _PR for druid-operator_
69+
- [ ] _PR for edc-operator_
70+
- [ ] _PR for hbase-operator_
71+
- [ ] _PR for hdfs-operator_
72+
- [ ] _PR for hello-world-operator_
73+
- [ ] _PR for hive-operator_
74+
- [ ] _PR for kafka-operator_
75+
- [ ] _PR for listener-operator_
76+
- [ ] _PR for nifi-operator_
77+
- [ ] _PR for opa-operator_
78+
- [ ] _PR for secret-operator_
79+
- [ ] _PR for spark-k8s-operator_
80+
- [ ] _PR for superset-operator_
81+
- [ ] _PR for trino-operator_
82+
- [ ] _PR for zookeeper-operator_
8383
```

0 commit comments

Comments
 (0)