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

Let v1,v2,etc reference tags instead of branches #48

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ updates:
schedule:
interval: weekly
day: monday
time: "06:00"
time: "05:00"
timezone: "Etc/UTC"
labels:
- maintenance
Expand All @@ -30,5 +30,5 @@ updates:
schedule:
interval: weekly
day: monday
time: "06:00"
time: "05:00"
timezone: "Etc/UTC"
9 changes: 1 addition & 8 deletions .github/workflows/release-updates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,6 @@ jobs:
contents: write
steps:
# Action reference: https://github.com/Actions-R-Us/actions-tagger
# NOTE: We pin a version not to have the source code (.ts files), but the
# compiled source code (.js files). This git hash is what v2.0.1
# referenced 30 December 2020.
- uses: Actions-R-Us/actions-tagger@f411bd910a5ad370d4511517e3eac7ff887c90ea
env:
GITHUB_TOKEN: "${{ github.token }}"
with:
# By using branches as identifiers it is still possible to backtrack
# some patch, but not if we use tags.
prefer_branch_releases: true
token: "${{ github.token }}"