-
Notifications
You must be signed in to change notification settings - Fork 275
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🔖 Release 1.8.7 #506
base: main
Are you sure you want to change the base?
🔖 Release 1.8.7 #506
Changes from 135 commits
436c3a2
ef28bc9
f1276da
742e054
f3e681a
8076c66
b8dc5ff
40d3cfd
a12d232
2a02cee
bcd2411
a143845
96ff7ec
f162f6a
666e505
cf2d8d6
e20b14a
5b2994d
b7aa6b7
8d735e4
f7152f2
65b4343
fe5642f
3a0fe2f
1aa7aee
0806fba
8eab75e
08697a8
7415f73
30ba6ad
ec9fa6e
973b328
d3e8a3b
bbbbb01
4d5816c
ebfd624
2c39d30
74f2334
81ed7d0
9298dae
2d46b71
9088bad
b1fe872
7a39573
bb985c8
4a9626d
e5b471d
f76c19f
4ef176c
5f36926
405b8d6
124ad1e
1d04626
d932b8c
a886830
80c85f5
67e6784
e753f23
cc07b31
e30cacb
d321c2b
72042aa
6a80ac3
a0e9417
da8142d
1fd27c1
11734da
d84dd58
76c8314
6c65f4e
fc4ffae
b8803ba
b6fa1c8
9a094b1
6f658ed
30a4987
87a0074
c0950b1
b49d9db
20ba23e
37cf311
1b7d6fd
eb353fa
246636c
9ae7665
283ddb6
13514f0
a6d747c
700a1e1
28dcc76
87fd066
34ab84f
388358a
08d64b3
f79165e
557b561
08c6c98
0c151dd
b33f7ab
d306660
b227aca
4c01f14
aa4ce7c
442dc96
9ae9cba
7d063d6
56a3ffc
78757ab
76d380d
bc93e91
97fa10f
5b5ba92
cfa3c70
8b270a1
ba97743
bc88359
0c701cc
adcad9c
3b5d335
20f2d3f
94258ea
c00c765
91f7491
53319d9
52c96db
0578f0c
30aa073
20faba3
84e13f9
c073f0a
d202441
7603c30
cb6f17d
5ea1967
56a7d95
2bcbc27
aa394e4
5b8fed8
a1a9a9d
635898d
3332773
7ecbf60
64961e7
8bbf552
e9fcf2b
f9ce413
750930e
4a78466
51d3cdf
4143139
3543335
7d0f0a8
73d63a2
513b99d
b735bcb
8dd7213
b325020
8eeb204
7bde8fa
58f9fbc
2ccdb03
d1be1d9
a976581
4405807
c314af5
8617c75
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--action-offline-mode | ||
--eventpath .github/event.json | ||
--container-architecture linux/amd64 | ||
--log-prefix-job-id | ||
--platform macos-14=-self-hosted | ||
--pull=false | ||
--reuse | ||
--secret-file .secrets |
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This file appears to only be used by Is this file or |
Original file line number | Diff line number | Diff line change | ||||||
---|---|---|---|---|---|---|---|---|
@@ -0,0 +1,12 @@ | ||||||||
{ | ||||||||
"inputs": { | ||||||||
"NAME": "Manual Workflow", | ||||||||
"SOME_VALUE": "ABC" | ||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This seems a placeholder value. |
||||||||
}, | ||||||||
"release": { | ||||||||
"name": "v1.8.6-beta.1: macOS only test build", | ||||||||
"tag_name": "v1.8.7-beta.1", | ||||||||
"target_commitish": "f8be3e9aaa6c78490277976f17041f2577f5dc21", | ||||||||
"body": "This is a pre-release to facilitate testing for the following fix:\n\n - 🖥️ Only search, outdated and update macOS apps (#505, #496, #491, #336)" | ||||||||
} | ||||||||
Comment on lines
+7
to
+11
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. These versions / commits / descriptions are out of sync, and shouldn't be stored in a file in the repo. Is this file necessary? |
||||||||
} | ||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Add trailing newline.
Suggested change
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
# https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes | ||
--- | ||
changelog: | ||
categories: | ||
- title: '🚀 Features' | ||
- title: "🚀 Features" | ||
labels: | ||
- '🆕 feature request' | ||
- title: '🐛 Bug Fixes' | ||
- "🆕 feature request" | ||
- title: "🐛 Bug Fixes" | ||
labels: | ||
- '🐛 bug' | ||
- "🐛 bug" | ||
- title: Changes | ||
labels: | ||
- '*' | ||
- "*" |
This file was deleted.
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -1,17 +1,21 @@ | ||||||
name: Danger | ||||||
# | ||||||
# .github/workflows/danger.yml | ||||||
# | ||||||
# https://docs.github.com/en/actions/reference/environment-variables#default-environment-variables | ||||||
--- | ||||||
name: danger | ||||||
on: | ||||||
pull_request: | ||||||
branches: [ main ] | ||||||
branches: [main] | ||||||
jobs: | ||||||
danger: | ||||||
name: Danger | ||||||
runs-on: ubuntu-latest | ||||||
steps: | ||||||
- uses: actions/checkout@v4 | ||||||
- name: Danger | ||||||
# https://github.com/orgs/danger/packages/container/package/danger-swift | ||||||
uses: docker://ghcr.io/danger/danger-swift:3.12.3 | ||||||
with: | ||||||
args: --failOnErrors --no-publish-check | ||||||
env: | ||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||||||
- uses: actions/checkout@v4 | ||||||
- name: Danger | ||||||
# https://github.com/orgs/danger/packages/container/package/danger-swift | ||||||
uses: docker://ghcr.io/danger/danger-swift:3.18.0 | ||||||
with: | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Upgrade dependency.
Suggested change
|
||||||
args: --failOnErrors --no-publish-check | ||||||
env: | ||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# | ||
# .github/workflows/pr-checks.yml | ||
# | ||
# https://docs.github.com/en/actions/reference/environment-variables#default-environment-variables | ||
--- | ||
name: pr-checks | ||
on: | ||
pull_request: | ||
branches: [main] | ||
push: | ||
branches: [main] | ||
concurrency: | ||
group: ${{ github.workflow }}-${{ github.ref }} | ||
cancel-in-progress: true | ||
jobs: | ||
build-test: | ||
runs-on: macos-14 | ||
defaults: | ||
run: | ||
# Prefixes all `run` commands with the following command to force them to run outside Rosetta. | ||
# https://github.com/actions/runner/issues/805#issuecomment-942784948 | ||
# https://github.com/rolpdog/cffi-mirror/blob/release-1.15/.github/workflows/ci.yaml#L81-L141 | ||
# https://github.com/actions/virtual-environments/issues/2187#issuecomment-790507204 | ||
shell: arch -arm64 bash --noprofile --norc -eo pipefail {0} | ||
steps: | ||
- uses: actions/checkout@v4 | ||
with: | ||
# A fetch-depth of 0 includes all history and tags for script/version | ||
fetch-depth: 0 | ||
- name: Bootstrap | ||
run: script/bootstrap -f | ||
- name: Build | ||
run: script/build | ||
- name: Test | ||
run: script/test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is
act
used at all?