File tree 6 files changed +21
-881
lines changed
6 files changed +21
-881
lines changed Original file line number Diff line number Diff line change 1
1
# Move issues and pull requests to the project
2
2
3
- name : Add new issue or pull request to project
3
+ name : Add to project
4
4
5
5
on :
6
6
pull_request :
12
12
13
13
jobs :
14
14
add-to-project :
15
- name : Add issue to project
15
+ name : Add issue or PR to project
16
16
runs-on : ubuntu-latest
17
17
steps :
18
- - uses : actions/add-to-project@v1
18
+ - uses : actions/add-to-project@v1.0.2
19
19
with :
20
20
# https://github.com/settings/tokens
21
21
# https://github.com/mark-wiemer-org/ahkpp/settings/secrets/actions
Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ Settings are now organized into flat objects for a better user experience. Unfor
195
195
- Simplify launch configurations
196
196
- Improve manual tests and add manual tests for new AHK v2 capabilities
197
197
- Add [ full v2 integration docs] ( docs/FullV2Integration.md )
198
- - Clarify [ license] ( license.txt ) : even more open-source than before!
198
+ - Clarify [ license] ( license.md ) : even more open-source than before!
199
199
200
200
### 💚 Thank you!
201
201
Original file line number Diff line number Diff line change
1
+ Copyright 2020-2024 [ Mark Wiemer] ( https://markwiemer.com ) .
2
+ Portions copyright:
3
+
4
+ - 2019-2022 [ Weijan Chen] ( https://github.com/cweijan/autohotkey-plus ) ,
5
+ - 2020-2024 [ thqby] ( https://github.com/thqby/vscode-autohotkey2-lsp ) ,
6
+ - 2022-2023 [ Lexikos] ( https://github.com/Lexikos/vscode-auto-select ) .
7
+
8
+ ---
9
+
10
+ - Unless otherwise indicated, all content is licensed under [ MIT] ( https://opensource.org/license/MIT ) .
11
+ - AutoHotkey H icon licensed under [ GNU General Public License version 3] ( https://opensource.org/license/gpl-3-0 ) .
12
+ - Files in the ahk2 submodule are licensed under [ GNU Lesser General Public License version 3] ( https://opensource.org/license/lgpl-3-0 ) .
13
+ - Other files licensed outside of MIT are marked as such at the top of the file.
14
+ - Please [ open a discussion] ( https://github.com/mark-wiemer-org/ahkpp/discussions/new?category=q-a ) if you have any questions :)
You can’t perform that action at this time.
0 commit comments