Commit f0e1b5d
authored
build: cater for packages without gapic_version.py in release please config action (googleapis#13436)
The Github Action that updates the [release please
configuration](https://github.com/googleapis/google-cloud-python/blob/main/.github/workflows/configure_release_please.yml)
recently started failing after PRs googleapis#13425, googleapis#13426 and googleapis#13427 were
merged. The reason is that the action expects packages to have a file
called `gapic_version.py`, however these packages do not. This PR
updates the release please configuration script to exclude packages
which do not have this file.1 parent f47303a commit f0e1b5d
File tree
1 file changed
+19
-1
lines changed- scripts/configure_release_please
1 file changed
+19
-1
lines changedLines changed: 19 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
9 | 15 | | |
10 | 16 | | |
11 | 17 | | |
| |||
73 | 79 | | |
74 | 80 | | |
75 | 81 | | |
| 82 | + | |
| 83 | + | |
76 | 84 | | |
77 | 85 | | |
78 | 86 | | |
| |||
89 | 97 | | |
90 | 98 | | |
91 | 99 | | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
92 | 110 | | |
93 | 111 | | |
94 | 112 | | |
| |||
111 | 129 | | |
112 | 130 | | |
113 | 131 | | |
114 | | - | |
| 132 | + | |
115 | 133 | | |
116 | 134 | | |
117 | 135 | | |
| |||
0 commit comments