Skip to content

Explicit support for matching cancellation tokens with It class. (It.IsCancellationToken()) #823

Explicit support for matching cancellation tokens with It class. (It.IsCancellationToken())

Explicit support for matching cancellation tokens with It class. (It.IsCancellationToken()) #823

Workflow file for this run

name: sponsor 馃挏
on:
issues:
types: [opened, edited, reopened]
pull_request:
types: [opened, edited, synchronize, reopened]
jobs:
sponsor:
runs-on: ubuntu-latest
continue-on-error: true
env:
token: ${{ secrets.GH_TOKEN }}
if: ${{ !endsWith(github.event.sender.login, '[bot]') && !endsWith(github.event.sender.login, 'bot') }}
steps:
- name: 馃 checkout
if: env.token != ''
uses: actions/checkout@v2
- name: 馃挏 sponsor
if: env.token != ''
uses: devlooped/actions-sponsor@main
with:
token: ${{ env.token }}