Skip to content

Add dev blog posts #2

Description

@davekellam

Spinning this out from an initial implementation in #1

so this should technically work fine, afics, just that one call out about race conditions, might be worth considering
Originally posted by @m-triassi in #1 (review)

Config that could potentially introduce a race condition (essentially a duplication of the first one)

  update-dev-blog:
    name: Update README with DEV blog posts
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - uses: gautamkrishnar/blog-post-workflow@master
        with:
          feed_list: "https://dev.to/feed/plank"
          max_post_count: 5
          commit_message: "chore: updated README with latest DEV blog posts"
          comment_tag_name: "DEV"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions