feat: update permissions for pull requests and issues in workflow files#2
Merged
Conversation
Agent-Logs-Url: https://github.com/devops-infra/end-to-end-tests/sessions/b430f53f-9c34-435e-b906-a500c6daf9ed Co-authored-by: ChristophShyper <45788587+ChristophShyper@users.noreply.github.com>
…est e2e workflow Agent-Logs-Url: https://github.com/devops-infra/end-to-end-tests/sessions/dd39da71-3100-4bc0-90b0-bda2c04dfa4f Co-authored-by: ChristophShyper <45788587+ChristophShyper@users.noreply.github.com>
…n reference updates
…e invalid JSON in baseline
ChristophShyper
approved these changes
May 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📝 Brief description
Initial plan
feat: add end-to-end test workflows for all devops-infra actions
test: add repository and repository_path coverage in action-pull-request e2e workflow
feat: enhance end-to-end testing framework with new workflows and coverage reporting
refactor: update repository references to Triglav in documentation and scripts
refactor: update repository references to Triglav in documentation and scripts
feat: add end-to-end testing workflows with mode validation and action reference updates
feat: add end-to-end testing workflows and refine input handling
feat: add execution mode and image tag inputs to workflow dispatch for E2E actions
feat: enhance action input parsing and add unit tests for coverage
feat: add validation for mode input and handle empty action repositories in workflows
feat: add input validation for mode in end-to-end workflows and handle invalid JSON in baseline
fix: validate mode input for end-to-end testing workflow
fix: update Alpine image version to 3.23.4 in end-to-end testing workflows
feat: add preflight validation step for workflow inputs in end-to-end testing
feat: update permissions for pull requests and issues in workflow files
Merge branch 'master' into feat/triglav-e2e-tests
💻 Commits
| Merge branch 'master' into feat/triglav-e2e-tests
|
| feat: update permissions for pull requests and issues in workflow files
|
| feat: add preflight validation step for workflow inputs in end-to-end testing
|
| fix: update Alpine image version to 3.23.4 in end-to-end testing workflows
|
| fix: validate mode input for end-to-end testing workflow
|
| feat: add input validation for mode in end-to-end workflows and handle invalid JSON in baseline
|
| feat: add validation for mode input and handle empty action repositories in workflows
|
| feat: enhance action input parsing and add unit tests for coverage
|
| feat: add execution mode and image tag inputs to workflow dispatch for E2E actions
|
| feat: add end-to-end testing workflows and refine input handling
|
| feat: add end-to-end testing workflows with mode validation and action reference updates
|
| refactor: update repository references to Triglav in documentation and scripts
|
| refactor: update repository references to Triglav in documentation and scripts
|
| feat: enhance end-to-end testing framework with new workflows and coverage reporting
|
| test: add repository and repository_path coverage in action-pull-request e2e workflow
| Agent-Logs-Url: https://github.com/devops-infra/end-to-end-tests/sessions/dd39da71-3100-4bc0-90b0-bda2c04dfa4f
|
| Co-authored-by: ChristophShyper 45788587+ChristophShyper@users.noreply.github.com
|
| feat: add end-to-end test workflows for all devops-infra actions
| Agent-Logs-Url: https://github.com/devops-infra/end-to-end-tests/sessions/b430f53f-9c34-435e-b906-a500c6daf9ed
|
| Co-authored-by: ChristophShyper 45788587+ChristophShyper@users.noreply.github.com
|
Initial plan
📁 Modified files
.github/workflows/auto-pull-request-create.yml | 3 ++-
.github/workflows/auto-release-create.yml | 3 ++-
.github/workflows/manual-release-branch-prepare.yml | 1 +
3 files changed, 5 insertions(+), 2 deletions(-)
Check CONTRIBUTING.md and CODE_OF_CONDUCT.md for more information