-
**What exactly happened?**
Steps to reproduce the behavior:
1. Create a workflow like this:
```yml
name: Prettier
on:
pull_request:
push:
branches:
- main
jobs:
form…
-
Feature branches rebasing can be automated to make the maintenance easier. On each push to master branch a GitHub Actions Workflow will perform rebase of the branch with this command `git pull --rebas…
-
### Problem Statement
We are currently using the Azure Devops integration and our workflow for some projects are that once an issue has been fixed it is committed to our master and release branches.
…
-
Hey i treid setting it up with a privated repo and it wont work could someone help me thanks
error:
`/home/runner/work/_temp/c028c4fe-33b2-43fe-8608-67fa8e98025a.sh: line 254: .git/FETCH_HEAD: Per…
-
### What problem are you trying to solve?
I use Prettier to lint my `.yml` files and as such whenever I now save `ci.yml`, I get this diff:
```diff
diff --git a/.github/workflows/ci.yml b/.github…
-
I'm using the unified osv-scanner gh workflow in my repo:
```yaml
name: OSV-Scanner
on:
pull_request:
branches:
- "main"
merge_group:
branches:
- "main"
push:
…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Awaiting Schedule
These upda…
-
## Description
The GitGuardian secret scanning tool licence is now going to be expired, therefore in order to maintain the Security of the Tractus-X Repositories there will be inforced the [TRG-8.03…
-
## Description:
We have a repository integrated with Codacy for static code analysis. While the pipeline generally functions as expected, we occasionally encounter an issue where the "Codacy Static C…
-
Hey,
I know these question comes very often, but is there a way and an example of a .yml file for the usage in Github Action and multiple branches?
My use case:
feature-branches
develop
stagi…