Skip to content

Commit e7d5180

Browse files
devlooped-botkzu
authored andcommitted
⬆️ Bump files with dotnet-file sync
# devlooped/oss - Remove duplicate community files and unused stuff devlooped/oss@a4b66eb - Don't fail on background workflows devlooped/oss@f08c3f2
1 parent 45e3ec7 commit e7d5180

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: ⚙ changelog
3232
run: |
3333
gem install github_changelog_generator
34-
github_changelog_generator --user ${GITHUB_REPOSITORY%/*} --project ${GITHUB_REPOSITORY##*/} --token $GH_TOKEN --o changelog.md --config-file .github/.github_changelog_generator
34+
github_changelog_generator --user ${GITHUB_REPOSITORY%/*} --project ${GITHUB_REPOSITORY##*/} --token $GH_TOKEN --o changelog.md --config-file .github/workflows/changelog.config
3535
3636
- name: 🚀 changelog
3737
run: |

.github/workflows/dotnet-file.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ env:
1313
jobs:
1414
sync:
1515
runs-on: windows-latest
16+
continue-on-error: true
1617
steps:
1718
- name: 🤖 defaults
1819
uses: devlooped/actions-bot@v1
@@ -69,8 +70,7 @@ jobs:
6970
validate: false
7071

7172
- name: ✍ pull request
72-
uses: peter-evans/create-pull-request@v3
73-
continue-on-error: true
73+
uses: peter-evans/create-pull-request@v4
7474
with:
7575
base: main
7676
branch: dotnet-file-sync

.netconfig

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[file ".github/workflows/dotnet-file.yml"]
22
url = https://github.com/devlooped/oss/blob/main/.github/workflows/dotnet-file.yml
3-
sha = b97b8f19569fa1b93cece4b22afab0e838693c5a
4-
etag = a9d246d40ee9cf9796fe694835b787cba415f4f23e919c6a763dd3ebfa607681
3+
sha = f08c3f28e46e28eb31e70846d65e57aa9553ce56
4+
etag = 567444486383d032c1c5fbc538f07e860f92b1d08c66ac6ffb1db64ca539251c
55
weak
66
[file ".gitignore"]
77
url = https://github.com/devlooped/oss/blob/main/.gitignore
@@ -15,8 +15,8 @@
1515
weak
1616
[file ".github/workflows/changelog.yml"]
1717
url = https://github.com/devlooped/oss/blob/main/.github/workflows/changelog.yml
18-
sha = 5406d907e0bf87dd1b4375f2ae2279dd775ed672
19-
etag = 034c69fefe727b412a52e49964646131b899d6e7bb1576fe9d4a4db9208675ff
18+
sha = a4b66eb5f4dfb9704502f19f59ba33cb4855188c
19+
etag = 54c0b571648b1055beb3ddac180b34e93a9869b9f0277de306901b2c1dbe0b2c
2020
weak
2121
[file ".editorconfig"]
2222
url = https://github.com/devlooped/oss/blob/main/.editorconfig

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ get the same defaults automatically.
108108
[![Kirill Osenkov](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/KirillOsenkov.png "Kirill Osenkov")](https://github.com/KirillOsenkov)
109109
[![MFB Technologies, Inc.](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/MFB-Technologies-Inc.png "MFB Technologies, Inc.")](https://github.com/MFB-Technologies-Inc)
110110
[![SandRock](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/sandrock.png "SandRock")](https://github.com/sandrock)
111+
[![Eric C](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/eeseewy.png "Eric C")](https://github.com/eeseewy)
111112
[![Andy Gocke](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/agocke.png "Andy Gocke")](https://github.com/agocke)
112-
[![Shahzad Huq](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/shahzadhuq.png "Shahzad Huq")](https://github.com/shahzadhuq)
113113

114114

115115
<!-- sponsors.md -->

0 commit comments

Comments
 (0)