Skip to content

Commit

Permalink
Update rss.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zen0bit authored Feb 15, 2024
1 parent 7866aa5 commit a09fe92
Showing 1 changed file with 24 additions and 12 deletions.
36 changes: 24 additions & 12 deletions .github/workflows/rss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,27 @@ jobs:
dry-run: false
max-age: 48h
labels: antix
# -release:
# runs-on: ubuntu-latest
# steps:
# - uses: git-for-windows/rss-to-issues@v0
# with:
# github-token: ${{ secrets.GITHUB_TOKEN }}
# feed: https://github.com/.atom
# prefix: "[Git]"
# character-limit: 255
# dry-run: false
# max-age: 48h
# labels:
arch-release:
runs-on: ubuntu-latest
steps:
- uses: git-for-windows/rss-to-issues@v0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
feed: https://archlinux.org/feeds/releases/
prefix: "[Git]"
character-limit: 255
dry-run: false
max-age: 48h
labels: arch
distrowatch:
runs-on: ubuntu-latest
steps:
- uses: git-for-windows/rss-to-issues@v0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
feed: https://distrowatch.com/news/dwd.xml
prefix: "[Git]"
character-limit: 255
dry-run: false
max-age: 48h
labels: distrowatch

0 comments on commit a09fe92

Please sign in to comment.