Skip to content

Commit 423fee7

Browse files
committed
⬆️ Bump files with dotnet-file sync
# devlooped/oss - Don't fail on background workflows devlooped/oss@f08c3f2 # devlooped/.github
1 parent a4d8354 commit 423fee7

File tree

5 files changed

+21
-16
lines changed

5 files changed

+21
-16
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github: devlooped
1+
github: devlooped

.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

.github/workflows/includes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: devlooped/actions-include@v1
3030

3131
- name: ✍ pull request
32-
uses: peter-evans/create-pull-request@v3
32+
uses: peter-evans/create-pull-request@v4
3333
with:
3434
base: main
3535
branch: markdown-includes

.github/workflows/sponsor.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: sponsor ❤️
1+
name: sponsor 💜
22
on:
33
issues:
44
types: [opened, edited, reopened]
@@ -8,12 +8,17 @@ on:
88
jobs:
99
sponsor:
1010
runs-on: ubuntu-latest
11+
continue-on-error: true
12+
env:
13+
token: ${{ secrets.GH_TOKEN }}
1114
if: ${{ !endsWith(github.event.sender.login, '[bot]') && !endsWith(github.event.sender.login, 'bot') }}
1215
steps:
1316
- name: 🤘 checkout
17+
if: env.token != ''
1418
uses: actions/checkout@v2
1519

16-
- name: ❤️ sponsor
20+
- name: 💜 sponsor
21+
if: env.token != ''
1722
uses: devlooped/actions-sponsor@main
1823
with:
19-
token: ${{ secrets.GH_TOKEN }}
24+
token: ${{ env.token }}

.netconfig

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
[file ".github/workflows/includes.yml"]
22
url = https://github.com/devlooped/oss/blob/main/.github/workflows/includes.yml
3-
sha = 5d05e541d7b028d64b044c5b9cc80afa19dc0de0
4-
etag = c73a2aa293ec204e46771a99b095566082cad7989595ea725e5d76b27fe90894
3+
sha = f08c3f28e46e28eb31e70846d65e57aa9553ce56
4+
etag = 884175b3f80b39edc1a23c6a34d58aa3c481432d4f20938f9a834dd918ef283d
55
weak
66
[file ".github/workflows/dotnet-file.yml"]
77
url = https://github.com/devlooped/oss/blob/main/.github/workflows/dotnet-file.yml
8-
sha = b97b8f19569fa1b93cece4b22afab0e838693c5a
9-
etag = a9d246d40ee9cf9796fe694835b787cba415f4f23e919c6a763dd3ebfa607681
8+
sha = f08c3f28e46e28eb31e70846d65e57aa9553ce56
9+
etag = 567444486383d032c1c5fbc538f07e860f92b1d08c66ac6ffb1db64ca539251c
1010
weak
1111
[file ".github/FUNDING.yml"]
1212
url = https://github.com/devlooped/.github/blob/main/.github/FUNDING.yml
13-
sha = 4c91539ec08a3f9c14ff1e8c6a7c4ae88795f5f1
14-
etag = f4d02805592d1f86c29acc9da3a40e817fb3611d6ff0f6409f547137f38f65df
13+
sha = 39f4c591716ff50dd035d2fade35e5822489ab7f
14+
etag = a944c728facd033bbdfb4ff8d0ef10d0b3a457c277dc499458df0ffc7e6409da
1515
weak
1616
[file ".github/workflows/sponsor.yml"]
1717
url = https://github.com/devlooped/oss/blob/main/.github/workflows/sponsor.yml
18-
sha = e347e5c7b91aaeb11eff95037c2c0b54206cc976
19-
etag = 06319ff741c03cf4cd5113926d490ec09999a85b5a0e0480ce44222db026341a
20-
weak
18+
sha = 8990ebb36199046e0b8098bad9e46dcef739c56e
19+
etag = e1dc114d2e8b57d50649989d32dbf0c9080ec77da3738a4cc79e9256d6ca5d3e
20+
weak

0 commit comments

Comments
 (0)