mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-25 05:22:16 +00:00
Merge branch '6.3.x'
This commit is contained in:
commit
ce018ff003
@ -5,6 +5,14 @@ on:
|
|||||||
types: [closed]
|
types: [closed]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
debug:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Debug Event Payload
|
||||||
|
run: |
|
||||||
|
echo "Merged: ${{ github.event.pull_request.merged }}"
|
||||||
|
echo "User Login: ${{ github.event.pull_request.user.login }}"
|
||||||
|
|
||||||
check_duplicate_prs:
|
check_duplicate_prs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: github.event.pull_request.merged == 'true' && github.event.pull_request.user.login == 'dependabot[bot]'
|
if: github.event.pull_request.merged == 'true' && github.event.pull_request.user.login == 'dependabot[bot]'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user