Skip to content

Check the cookie headers in the isSessionEmpty() method #875

Check the cookie headers in the isSessionEmpty() method

Check the cookie headers in the isSessionEmpty() method #875

Workflow file for this run

name: PR
on:
pull_request_target:
types: [opened]
permissions:
pull-requests: write
jobs:
assign-pr:
name: Assign PR
runs-on: ubuntu-latest
continue-on-error: true
steps:
- name: Assign the author
uses: toshimaru/auto-author-assign@v2.1.0
- name: Assign the milestone
uses: zoispag/action-assign-milestone@v1
with:
milestone: 4.13
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Add the label
uses: christianvuerings/add-labels@v1
if: join(github.event.pull_request.labels) == ''
with:
labels: |
bug
unconfirmed
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}