Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore: add script to update flake automatically#14046

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
kylecarbs merged 1 commit intomainfromupdateflake
Jul 29, 2024
Merged

Conversation

kylecarbs
Copy link
Member

No description provided.

@kylecarbskylecarbs requested a review fromcoadlerJuly 29, 2024 18:17
@kylecarbskylecarbs self-assigned thisJul 29, 2024
@kylecarbskylecarbsenabled auto-merge (squash)July 29, 2024 18:18
@kylecarbskylecarbsdisabled auto-mergeJuly 29, 2024 18:29
@kylecarbskylecarbs merged commitb7102b3 intomainJul 29, 2024
30 of 33 checks passed
@kylecarbskylecarbs deleted the updateflake branchJuly 29, 2024 18:29
Comment on lines +139 to +142
- uses: stefanzweifel/git-auto-commit-action@v5
with:
# Allows dependabot to still rebase!
commit_message: "[dependabot skip] Update Nix Flake SRI Hash"
Copy link
Member

Choose a reason for hiding this comment

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

@kylecarbs

I think we should only do this if the author is@dependabot
For other PRs, this will cause drift, and the author will have to pull/push to synchronize. Also, the message"[dependabot skip] Update Nix Flake SRI Hash" doesn't look very nice on a human-created PR.

Comment on lines +139 to +142
- uses: stefanzweifel/git-auto-commit-action@v5
with:
# Allows dependabot to still rebase!
commit_message: "[dependabot skip] Update Nix Flake SRI Hash"
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
-uses:stefanzweifel/git-auto-commit-action@v5
with:
# Allows dependabot to still rebase!
commit_message:"[dependabot skip] Update Nix Flake SRI Hash"
# auto update flake for dependabot
-uses:stefanzweifel/git-auto-commit-action@v5
if:github.actor == 'dependabot[bot]'
with:
# Allows dependabot to still rebase!
commit_message:"[dependabot skip] Update Nix Flake SRI Hash"
# check for other PRS
-name:Ensure No Changes
if:github.actor != 'dependabot[bot]'
run:git diff --exit-code

matifali added a commit that referenced this pull requestJul 30, 2024
matifali added a commit that referenced this pull requestJul 30, 2024
matifali added a commit that referenced this pull requestJul 30, 2024
matifali added a commit that referenced this pull requestJul 30, 2024
matifali added a commit that referenced this pull requestJul 30, 2024
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@matifalimatifalimatifali left review comments

@coadlercoadlercoadler approved these changes

Assignees

@kylecarbskylecarbs

Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@kylecarbs@coadler@matifali

[8]ページ先頭

©2009-2025 Movatter.jp