Sha256: 5ac3edf294d25e51d33a4fa478049d7faace49369b1e2b5e86058a8a3da944c2

Contents?: true

Size: 922 Bytes

Versions: 7

Compression:

Stored size: 922 Bytes

Contents

name: PSL Update

on:
  workflow_dispatch:
  schedule:
    - cron: '40 6 * * *'

jobs:
  update:
    runs-on: ubuntu-latest
    steps:

      - name: Checkout
        uses: actions/checkout@v3

      - name: Set up Ruby
        uses: ruby/setup-ruby@v1
        with:
          ruby-version: "3.1"
          bundler-cache: true

      - name: Update PSL
        run: bundle exec rake update-list

      - name: Create Pull Request
        uses: peter-evans/create-pull-request@v5
        with:
          title: PSL auto-update
          commit-message: Updated list from source
          reviewers: weppos
          add-paths: |
            data/list.txt

      - name: Check Pull Request
        if: ${{ steps.cpr.outputs.pull-request-number }}
        run: |
          echo "Pull Request Number - ${{ steps.cpr.outputs.pull-request-number }}"
          echo "Pull Request URL - ${{ steps.cpr.outputs.pull-request-url }}"

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
direct7-0.0.18 vendor/bundle/ruby/2.7.0/gems/public_suffix-5.0.3/.github/workflows/psl-update.yml
direct7-0.0.17 vendor/bundle/ruby/2.7.0/gems/public_suffix-5.0.3/.github/workflows/psl-update.yml
direct7-0.0.16 vendor/bundle/ruby/2.7.0/gems/public_suffix-5.0.3/.github/workflows/psl-update.yml
direct7-0.0.13 vendor/bundle/ruby/2.7.0/gems/public_suffix-5.0.3/.github/workflows/psl-update.yml
direct7-0.0.12 vendor/bundle/ruby/2.7.0/gems/public_suffix-5.0.3/.github/workflows/psl-update.yml
direct7-0.0.11 vendor/bundle/ruby/2.7.0/gems/public_suffix-5.0.3/.github/workflows/psl-update.yml
public_suffix-5.0.3 .github/workflows/psl-update.yml