ci: test rename
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
parent
e86a41b83d
commit
47abbcf8b8
|
@ -6,6 +6,13 @@ on:
|
|||
types: [opened, reopened]
|
||||
|
||||
jobs:
|
||||
debug:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: |
|
||||
set -xe
|
||||
echo "${{ github.event.sender.login }}"
|
||||
echo "${{ github.event.sender }}"
|
||||
rename_pr:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.event.sender.login == 'transifex-integration[bot]'}}
|
||||
|
|
Reference in New Issue