Skip to content
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

Install TagBot as a GitHub Action #2

Merged
merged 1 commit into from
Sep 13, 2020

Conversation

JuliaTagBot
Copy link
Contributor

You're receiving this pull request because the now-deprecated Julia TagBot GitHub App is installed for this repository. This pull request installs TagBot as a GitHub Action.
If this PR does not belong in this repository for any reason, feel free to close it.

See this Discourse thread for more details and to ask questions.
Please do not comment on this pull request, because it is unlikely that I (@christopher-dG) will see it.

@codecov-io
Copy link

Codecov Report

Merging #2 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master      #2   +/-   ##
======================================
  Coverage    83.9%   83.9%           
======================================
  Files           7       7           
  Lines         205     205           
======================================
  Hits          172     172           
  Misses         33      33

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 45b27d6...44dc9a0. Read the comment docs.

@Wikunia
Copy link

Wikunia commented Sep 11, 2020

If you consider merging this you might wanna add ssh: ${{ secrets.DOCUMENTER_KEY }} to it to create the docs automatically for a new stable release.
Currently the latest docs are from v0.3.3 instead of v0.4

@jkrumbiegel
Copy link
Owner

ah good point, where exactly should I add that? I think all my other repos got this automatically through PkgTemplates so I never touched the setup

steps:
- uses: JuliaRegistries/TagBot@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It needs to be added as the last line with same indentation as token

@jkrumbiegel jkrumbiegel merged commit 59c5d2d into jkrumbiegel:master Sep 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants