Sha256: e9b05aa6259f99640b75c8e1cbb5629c0795b645a8f1baa66da0dad1a8ac33a7

Contents?: true

Size: 441 Bytes

Versions: 17

Compression:

Stored size: 441 Bytes

Contents

on:
  workflow_dispatch: ~
  schedule:
    - cron: "0 0 1 1,4,7,10 *" # At 00:00 on 1st of January, April, July, and October

name: API update reminder on release
jobs:
  reminder:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - uses: JasonEtco/create-an-issue@v2.4.0
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
        with:
          filename: .github/api_update_reminder_on_release.md

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
shopify_api-14.8.0 .github/workflows/api_update_reminder_on_release.yml
shopify_api-14.7.0 .github/workflows/api_update_reminder_on_release.yml
shopify_api-14.6.0 .github/workflows/api_update_reminder_on_release.yml
shopify_api-14.5.0 .github/workflows/api_update_reminder_on_release.yml
shopify_api-14.4.0 .github/workflows/api_update_reminder_on_release.yml
shopify_api-14.3.0 .github/workflows/api_update_reminder_on_release.yml
shopify_api-14.2.0 .github/workflows/api_update_reminder_on_release.yml
shopify_api-14.1.0 .github/workflows/api_update_reminder_on_release.yml
shopify_api-14.0.1 .github/workflows/api_update_reminder_on_release.yml
shopify_api-14.0.0 .github/workflows/api_update_reminder_on_release.yml
shopify_api-13.4.0 .github/workflows/api_update_reminder_on_release.yml
shopify_api-13.3.1 .github/workflows/api_update_reminder_on_release.yml
shopify_api-13.3.0 .github/workflows/api_update_reminder_on_release.yml
shopify_api-13.2.0 .github/workflows/api_update_reminder_on_release.yml
shopify_api-13.1.0 .github/workflows/api_update_reminder_on_release.yml
shopify_api-13.0.0 .github/workflows/api_update_reminder_on_release.yml
shopify_api-12.5.0 .github/workflows/api_update_reminder_on_release.yml