This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit ba6763671d9ff2784024f73278ff51992f47e881 Author: Otavio Rodolfo Piske <[email protected]> AuthorDate: Thu Mar 31 18:05:38 2022 +0200 (chores) ci: fixed duplicate workflow name --- .github/workflows/generic-pr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generic-pr.yaml b/.github/workflows/generic-pr.yaml index 04ff5565..beba413 100644 --- a/.github/workflows/generic-pr.yaml +++ b/.github/workflows/generic-pr.yaml @@ -15,7 +15,7 @@ # limitations under the License. # -name: component check +name: label pr on: pull_request_target:
