duckdb 1.0.1-dev21.0 → 1.0.1-dev22.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
|
|
1
|
-
name: Create Internal issue when the "
|
1
|
+
name: Create Internal issue when the "reproduced" label is applied
|
2
2
|
on:
|
3
3
|
issues:
|
4
4
|
types:
|
@@ -13,7 +13,7 @@ env:
|
|
13
13
|
|
14
14
|
jobs:
|
15
15
|
create_or_label_issue:
|
16
|
-
if: github.event.label.name == '
|
16
|
+
if: github.event.label.name == 'reproduced'
|
17
17
|
runs-on: ubuntu-latest
|
18
18
|
steps:
|
19
19
|
- name: Get mirror issue number
|