ci: test rename

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens Langhammer 2023-07-26 10:59:59 +02:00
parent e86a41b83d
commit 47abbcf8b8
No known key found for this signature in database
1 changed files with 7 additions and 0 deletions

View File

@ -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]'}}