Alexander Brandes
Alexander Brandes
### Description #### Is your feature request related to a problem? No #### Describe the solution you'd like us to implement. Currently purging islands e.g. does not persist over reboots,...
#### Is your feature request related to a problem? Please describe. No #### Describe the solution you'd like A handy addition would have `/cstoggle` to persist over logouts and server...
The change proposed makes the windows icon themable to align with the other themable icons.
The change proposed addresses https://github.com/ionic-team/ionicons/issues/1076, originally observed in https://github.com/jenkinsci/jenkins/pull/6686.
The pricetag-outline and pricetags-outline dot don't have color attributes which makes theming difficult.
https://github.com/jenkinsci/jenkins/pull/6912
Closes https://github.com/jenkinsci/acceptance-test-harness/pull/803
The build as-is fails for me locally if I invoke `mvn clean verify -DskipTests`, and should fail on ci.j too, because we're lacking https://github.com/jenkinsci/acceptance-test-harness/pull/890.
https://github.com/jenkinsci/jenkins/pull/6408
Heyo, I have the following rebase configuration ```yaml name: Rebase Pull Request on: issue_comment: types: [created] jobs: rebase: name: Rebase if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '/rebase') && github.event.comment.author_association ==...