File tree Expand file tree Collapse file tree 3 files changed +49
-0
lines changed Expand file tree Collapse file tree 3 files changed +49
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : TagBot
2
+ on :
3
+ issue_comment :
4
+ types :
5
+ - created
6
+ workflow_dispatch :
7
+ jobs :
8
+ TagBot :
9
+ if : github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
10
+ runs-on : ubuntu-latest
11
+ steps :
12
+ - uses : JuliaRegistries/TagBot@v1
13
+ with :
14
+ token : ${{ secrets.GITHUB_TOKEN }}
15
+ ssh : ${{ secrets.DOCUMENTER_KEY }}
Original file line number Diff line number Diff line change
1
+ # Files generated by invoking Julia with --code-coverage
2
+ * .jl.cov
3
+ * .jl. * .cov
4
+
5
+ # Files generated by invoking Julia with --track-allocation
6
+ * .jl.mem
7
+
8
+ # System-specific files and directories generated by the BinaryProvider and BinDeps packages
9
+ # They contain absolute paths specific to the host computer, and so should not be committed
10
+ deps /deps.jl
11
+ deps /build.log
12
+ deps /downloads /
13
+ deps /usr /
14
+ deps /src /
15
+
16
+ unreleased /
17
+
18
+ # Build artifacts for creating documentation generated by the Documenter package
19
+ docs /build /
20
+ docs /site /
21
+
22
+ # File generated by Pkg, the package manager, based on a corresponding Project.toml
23
+ # It records a fixed state of all packages used by the project. As such, it should not be
24
+ # committed for packages, but should be committed for applications that require a static
25
+ # environment.
26
+ Manifest.toml
27
+
28
+ # HTML Coverage folder
29
+ coverage /
30
+
31
+ .vscode /
Original file line number Diff line number Diff line change
1
+ name = " TermInterface"
2
+ authors = [" Shashi Gowda <gowda@mit.edu>" , " Alessandro Cheli <sudo-woodo3@protonmail.com>" ]
3
+ version = " 0.0.1"
You can’t perform that action at this time.
0 commit comments