6543

Results 156 issues of 6543

version: 2.0.0 now the command to commit is just printed to stdout. A better user experience would be to show the commit message and ask if it should be commited.

version: 2.0.0 if you use the --team option it should be visible in the suggested commit message too. ```diff - NEW ADMIN: [email protected] + [team1] NEW ADMIN: [email protected] ```

Is there a plan to integrate comit in the future? http://www.comit.network/

will consider

- ensure code is formatted properly - catch buts fast

answer to https://github.com/woodpecker-ci/woodpecker/issues/1109#issuecomment-1221387739 ;) also important to #468

ui

we support ```yaml pipeline: echo: image: debian commands: - echo hello ``` and ```yaml pipeline: - name: echo image: debian commands: - echo hello ``` keep in mind name is...

documentation

at the moment we compile a script that we can pipe in as single command this is because of the constrains the docker backend gives us. so we move it...

enhancement
refactor

# Summary - [ ] solve #188 - [ ] update apis ... - [ ] use https://github.com/ktrysmt/go-bitbucket ?

forge/bitbucket

similar to the images filter for secrets, add a checkbox to only inject secret if step is exec as plugin. this ensure only the intended entry-point do get the secrets...

server
enhancement
security

refactor