Skip to content

Use a different session bag in the picker and other modal dialogs #881

Use a different session bag in the picker and other modal dialogs

Use a different session bag in the picker and other modal dialogs #881

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: Add the label
uses: christianvuerings/add-labels@v1
if: join(github.event.pull_request.labels) == ''
with:
labels: feature
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}