Skip to content

Commit 565c82a

Browse files
committed
dd
1 parent aea2b4b commit 565c82a

File tree

5 files changed

+62
-36
lines changed

5 files changed

+62
-36
lines changed

.github/workflows/pr_thanks_action.yaml

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,31 @@ jobs:
1010
if: github.event.pull_request.merged == true
1111
runs-on: ubuntu-latest
1212
steps:
13-
- run: |
14-
echo The PR was merged
13+
- name: Post a themed thank you comment
14+
uses: actions/github-script@v7
15+
with:
16+
github-token: ${{ secrets.GITHUB_TOKEN }}
17+
script: |
18+
const prNumber = context.payload.pull_request.number;
19+
const author = context.payload.pull_request.user.login;
20+
21+
const messages = [
22+
`🌌 **Houston, we have a merge!**\n@${author}, your PR just launched our codebase into another galaxy. 🚀 Thanks, space cadet! 👩‍🚀`,
23+
24+
`🐾 **Purr-fect!**\n@${author}, your PR was smoother than a cat nap in the sun. Thanks for being pawsome! 😸🐾`,
25+
26+
`📸 **"One does not simply... forget to thank @${author}."**\nYour code was strong, your style stronger. Much appreciated! 💪💻`,
27+
28+
`🏴‍☠️ **Ahoy, @${author}!**\nYer PR be merged with no bugs in sight. Ye be a true swashbucklin’ dev! ☠️🦜 Thanks, matey!`,
29+
30+
`🎭 **Hark!**\nThou, @${author}, hath deliver'd thy pull request with great care and valor. Verily, we thank thee! 📝🙇‍♂️`
31+
];
32+
33+
const message = messages[Math.floor(Math.random() * messages.length)];
34+
35+
await github.rest.issues.createComment({
36+
owner: context.repo.owner,
37+
repo: context.repo.repo,
38+
issue_number: prNumber,
39+
body: message
40+
});

packages/reactive_textfield_tags/example/macos/Flutter/ephemeral/Flutter-Generated.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This is a generated file; do not edit or check into version control.
2-
FLUTTER_ROOT=/Users/vasilich/fvm/versions/3.24.5
2+
FLUTTER_ROOT=/Users/vasilich/fvm/versions/3.27.4
33
FLUTTER_APPLICATION_PATH=/Users/vasilich/IdeaProjects/reactive_forms_widgets/packages/reactive_textfield_tags/example
44
COCOAPODS_PARALLEL_CODE_SIGN=true
55
FLUTTER_BUILD_DIR=build

packages/reactive_textfield_tags/example/macos/Flutter/ephemeral/flutter_export_environment.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22
# This is a generated file; do not edit or check into version control.
3-
export "FLUTTER_ROOT=/Users/vasilich/fvm/versions/3.24.5"
3+
export "FLUTTER_ROOT=/Users/vasilich/fvm/versions/3.27.4"
44
export "FLUTTER_APPLICATION_PATH=/Users/vasilich/IdeaProjects/reactive_forms_widgets/packages/reactive_textfield_tags/example"
55
export "COCOAPODS_PARALLEL_CODE_SIGN=true"
66
export "FLUTTER_BUILD_DIR=build"

packages/reactive_textfield_tags/example/pubspec.lock

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ packages:
3737
dependency: transitive
3838
description:
3939
name: collection
40-
sha256: ee67cb0715911d28db6bf4af1026078bd6f0128b07a5f66fb2ed94ec6783c09a
40+
sha256: a1ace0a119f20aabc852d165077c036cd864315bd99b7eaa10a60100341941bf
4141
url: "https://pub.dev"
4242
source: hosted
43-
version: "1.18.0"
43+
version: "1.19.0"
4444
cupertino_icons:
4545
dependency: "direct main"
4646
description:
@@ -87,18 +87,18 @@ packages:
8787
dependency: transitive
8888
description:
8989
name: leak_tracker
90-
sha256: "3f87a60e8c63aecc975dda1ceedbc8f24de75f09e4856ea27daf8958f2f0ce05"
90+
sha256: "7bb2830ebd849694d1ec25bf1f44582d6ac531a57a365a803a6034ff751d2d06"
9191
url: "https://pub.dev"
9292
source: hosted
93-
version: "10.0.5"
93+
version: "10.0.7"
9494
leak_tracker_flutter_testing:
9595
dependency: transitive
9696
description:
9797
name: leak_tracker_flutter_testing
98-
sha256: "932549fb305594d82d7183ecd9fa93463e9914e1b67cacc34bc40906594a1806"
98+
sha256: "9491a714cca3667b60b5c420da8217e6de0d1ba7a5ec322fab01758f6998f379"
9999
url: "https://pub.dev"
100100
source: hosted
101-
version: "3.0.5"
101+
version: "3.0.8"
102102
leak_tracker_testing:
103103
dependency: transitive
104104
description:
@@ -166,7 +166,7 @@ packages:
166166
dependency: transitive
167167
description: flutter
168168
source: sdk
169-
version: "0.0.99"
169+
version: "0.0.0"
170170
source_span:
171171
dependency: transitive
172172
description:
@@ -179,10 +179,10 @@ packages:
179179
dependency: transitive
180180
description:
181181
name: stack_trace
182-
sha256: "73713990125a6d93122541237550ee3352a2d84baad52d375a4cad2eb9b7ce0b"
182+
sha256: "9f47fd3630d76be3ab26f0ee06d213679aa425996925ff3feffdec504931c377"
183183
url: "https://pub.dev"
184184
source: hosted
185-
version: "1.11.1"
185+
version: "1.12.0"
186186
stream_channel:
187187
dependency: transitive
188188
description:
@@ -195,10 +195,10 @@ packages:
195195
dependency: transitive
196196
description:
197197
name: string_scanner
198-
sha256: "556692adab6cfa87322a115640c11f13cb77b3f076ddcc5d6ae3c20242bedcde"
198+
sha256: "688af5ed3402a4bde5b3a6c15fd768dbf2621a614950b17f04626c431ab3c4c3"
199199
url: "https://pub.dev"
200200
source: hosted
201-
version: "1.2.0"
201+
version: "1.3.0"
202202
term_glyph:
203203
dependency: transitive
204204
description:
@@ -211,10 +211,10 @@ packages:
211211
dependency: transitive
212212
description:
213213
name: test_api
214-
sha256: "5b8a98dafc4d5c4c9c72d8b31ab2b23fc13422348d2997120294d3bac86b4ddb"
214+
sha256: "664d3a9a64782fcdeb83ce9c6b39e78fd2971d4e37827b9b06c3aa1edc5e760c"
215215
url: "https://pub.dev"
216216
source: hosted
217-
version: "0.7.2"
217+
version: "0.7.3"
218218
textfield_tags:
219219
dependency: transitive
220220
description:
@@ -235,10 +235,10 @@ packages:
235235
dependency: transitive
236236
description:
237237
name: vm_service
238-
sha256: "5c5f338a667b4c644744b661f309fb8080bb94b18a7e91ef1dbd343bed00ed6d"
238+
sha256: f6be3ed8bd01289b34d679c2b62226f63c0e69f9fd2e50a6b3c1c729a961041b
239239
url: "https://pub.dev"
240240
source: hosted
241-
version: "14.2.5"
241+
version: "14.3.0"
242242
sdks:
243-
dart: ">=3.3.0 <4.0.0"
243+
dart: ">=3.4.0 <4.0.0"
244244
flutter: ">=3.18.0-18.0.pre.54"

packages/reactive_textfield_tags/pubspec.lock

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ packages:
3737
dependency: transitive
3838
description:
3939
name: collection
40-
sha256: ee67cb0715911d28db6bf4af1026078bd6f0128b07a5f66fb2ed94ec6783c09a
40+
sha256: a1ace0a119f20aabc852d165077c036cd864315bd99b7eaa10a60100341941bf
4141
url: "https://pub.dev"
4242
source: hosted
43-
version: "1.18.0"
43+
version: "1.19.0"
4444
fake_async:
4545
dependency: transitive
4646
description:
@@ -79,18 +79,18 @@ packages:
7979
dependency: transitive
8080
description:
8181
name: leak_tracker
82-
sha256: "3f87a60e8c63aecc975dda1ceedbc8f24de75f09e4856ea27daf8958f2f0ce05"
82+
sha256: "7bb2830ebd849694d1ec25bf1f44582d6ac531a57a365a803a6034ff751d2d06"
8383
url: "https://pub.dev"
8484
source: hosted
85-
version: "10.0.5"
85+
version: "10.0.7"
8686
leak_tracker_flutter_testing:
8787
dependency: transitive
8888
description:
8989
name: leak_tracker_flutter_testing
90-
sha256: "932549fb305594d82d7183ecd9fa93463e9914e1b67cacc34bc40906594a1806"
90+
sha256: "9491a714cca3667b60b5c420da8217e6de0d1ba7a5ec322fab01758f6998f379"
9191
url: "https://pub.dev"
9292
source: hosted
93-
version: "3.0.5"
93+
version: "3.0.8"
9494
leak_tracker_testing:
9595
dependency: transitive
9696
description:
@@ -151,7 +151,7 @@ packages:
151151
dependency: transitive
152152
description: flutter
153153
source: sdk
154-
version: "0.0.99"
154+
version: "0.0.0"
155155
source_span:
156156
dependency: transitive
157157
description:
@@ -164,10 +164,10 @@ packages:
164164
dependency: transitive
165165
description:
166166
name: stack_trace
167-
sha256: "73713990125a6d93122541237550ee3352a2d84baad52d375a4cad2eb9b7ce0b"
167+
sha256: "9f47fd3630d76be3ab26f0ee06d213679aa425996925ff3feffdec504931c377"
168168
url: "https://pub.dev"
169169
source: hosted
170-
version: "1.11.1"
170+
version: "1.12.0"
171171
stream_channel:
172172
dependency: transitive
173173
description:
@@ -180,10 +180,10 @@ packages:
180180
dependency: transitive
181181
description:
182182
name: string_scanner
183-
sha256: "556692adab6cfa87322a115640c11f13cb77b3f076ddcc5d6ae3c20242bedcde"
183+
sha256: "688af5ed3402a4bde5b3a6c15fd768dbf2621a614950b17f04626c431ab3c4c3"
184184
url: "https://pub.dev"
185185
source: hosted
186-
version: "1.2.0"
186+
version: "1.3.0"
187187
term_glyph:
188188
dependency: transitive
189189
description:
@@ -196,10 +196,10 @@ packages:
196196
dependency: transitive
197197
description:
198198
name: test_api
199-
sha256: "5b8a98dafc4d5c4c9c72d8b31ab2b23fc13422348d2997120294d3bac86b4ddb"
199+
sha256: "664d3a9a64782fcdeb83ce9c6b39e78fd2971d4e37827b9b06c3aa1edc5e760c"
200200
url: "https://pub.dev"
201201
source: hosted
202-
version: "0.7.2"
202+
version: "0.7.3"
203203
textfield_tags:
204204
dependency: "direct main"
205205
description:
@@ -220,10 +220,10 @@ packages:
220220
dependency: transitive
221221
description:
222222
name: vm_service
223-
sha256: "5c5f338a667b4c644744b661f309fb8080bb94b18a7e91ef1dbd343bed00ed6d"
223+
sha256: f6be3ed8bd01289b34d679c2b62226f63c0e69f9fd2e50a6b3c1c729a961041b
224224
url: "https://pub.dev"
225225
source: hosted
226-
version: "14.2.5"
226+
version: "14.3.0"
227227
sdks:
228-
dart: ">=3.3.0 <4.0.0"
228+
dart: ">=3.4.0 <4.0.0"
229229
flutter: ">=3.18.0-18.0.pre.54"

0 commit comments

Comments
 (0)