Skip to content

Add dev blog posts #2

@davekellam

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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions