From 8fa1dab7ea3f0793dfc9e8179f541bbcbf4bbc41 Mon Sep 17 00:00:00 2001 From: portugal <144259784+laisspportugal@users.noreply.github.com> Date: Thu, 4 Jul 2024 17:30:43 +0100 Subject: [PATCH 1/2] Rolling back configuration of dependabot to pull request target (#73) **User-Facing Changes** N/A **Description** Rolling back configuration of dependabot to pull request target --- .github/workflows/dependabot-fix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabot-fix.yml b/.github/workflows/dependabot-fix.yml index 357e77feb0..13a59613aa 100644 --- a/.github/workflows/dependabot-fix.yml +++ b/.github/workflows/dependabot-fix.yml @@ -10,7 +10,7 @@ name: Dependabot on: - - workflow_dispatch + - pull_request_target jobs: fix: From ad64fded7a159b25d96b06cf1dce8a33f1385226 Mon Sep 17 00:00:00 2001 From: portugal <144259784+laisspportugal@users.noreply.github.com> Date: Thu, 4 Jul 2024 17:41:47 +0100 Subject: [PATCH 2/2] Fix: Small on Contributing file. (#67) **User-Facing Changes** No user facing changes **Description** Editing description on Contributing file. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 55ef9fe7c0..ac029be17f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -37,7 +37,7 @@ To create a branch in this repository, please follow the guidelines below, ensur - `test` : This is intended for experimental changes, where the main goal is to explore new ideas or test solutions without addressing a specific issue. - `docs` : Designate this branch for updates and improvements to documentation, ensuring that information is current and helpful to users. - `wip` (Work In Progress): Use this for ongoing development that is not yet ready for merging into the main branch. -- `cicd` : Use this for changes into pipeline ci/cd scripts +- `cicd` : Use this for changes into pipeline ci/cd scripts. ### Examples