Skip to content

<random>: Implement Mandates for seed_seq::generate #630

<random>: Implement Mandates for seed_seq::generate

<random>: Implement Mandates for seed_seq::generate #630

Workflow file for this run

# Copyright (c) Microsoft Corporation.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
name: Assign New PR
on:
pull_request_target:
types: [opened]
branch:
- main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
permissions:
repository-projects: write
jobs:
initial-review:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
name: Initial Review
steps:
- name: Assign the New Pull Request
uses: srggrs/[email protected]
with:
project: 'https://github.com/microsoft/STL/projects/1'
column_name: 'Initial Review'
work-in-progress:
if: github.event.pull_request.draft == true
runs-on: ubuntu-latest
name: Work In Progress
steps:
- name: Assign the New Pull Request
uses: srggrs/[email protected]
with:
project: 'https://github.com/microsoft/STL/projects/1'
column_name: 'Work In Progress'