Jurij Zahn

Results 5 issues of Jurij Zahn

Hi there! i am using pull_request_target as trigger in some workflows. Since this is basically same trigger as the pull_request trigger, they should be handled similary. https://github.com/LouisBrunner/checks-action/blob/3d24d4813a797720cc4e2080a50bdafb3373aef1/src/main.ts#L13-L16 Thanks!

Hi there, I have a situation where I have defined a property with a default/initial value, which is a "thrithy" value Now the consumer adds/defines the attribute and provides a...

## Problem Description Update settings fails if team can not be removed from repo due to organizational restrictions. here: https://github.com/repository-settings/app/blob/97c12a3ff2d9ecb967abf07a19d78bdd66e10dfe/lib/plugins/teams.js#L33 ### What is actually happening If a team has been...

bug

Hi there, I have managed to run my js app with winterjs. I have a csrf Middleware which evaluates request origin header. And I discovered that the header is always...

Hi there! I woule like to have an input allowing to define `commitBody` for merge commit. for example: ```yaml uses: alexwilson/[email protected] with: github-token: "${{ secrets.GITHUB_TOKEN }}" merge-method: SQUASH commit-body: ${{...