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

github-actions: remove license check #4434

Merged
merged 1 commit into from Aug 1, 2023
Merged

Conversation

calebdoxsey
Copy link
Contributor

@calebdoxsey calebdoxsey commented Aug 1, 2023

Summary

Remove the license check.

Related issues

Fixes https://github.com/pomerium/internal/issues/1482

Checklist

  • reference any related issues
  • updated docs
  • updated unit tests
  • updated UPGRADING.md
  • add appropriate tag (improvement / bug / etc)
  • ready for review

@calebdoxsey calebdoxsey requested a review from a team as a code owner August 1, 2023 19:52
@calebdoxsey calebdoxsey requested a review from wasaga August 1, 2023 19:52
@calebdoxsey calebdoxsey added the ci CI/CD and release automation label Aug 1, 2023
@coveralls
Copy link

Coverage Status

coverage: 63.676% (+0.03%) from 63.649% when pulling 7f3f6f6 on cdoxsey/remove-fossa into 34259b9 on main.

@calebdoxsey calebdoxsey merged commit 1c6026b into main Aug 1, 2023
10 checks passed
@calebdoxsey calebdoxsey deleted the cdoxsey/remove-fossa branch August 1, 2023 20:12
@backport-actions-token
Copy link

The backport to 0-22-0 failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-0-22-0 0-22-0
# Navigate to the new working tree
cd .worktrees/backport-0-22-0
# Create a new branch
git switch --create backport-4434-to-0-22-0
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick --mainline 1 1c6026ba413bb50728c525aa579e5e5571aa17ed
# Push it to GitHub
git push --set-upstream origin backport-4434-to-0-22-0
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-0-22-0

Then, create a pull request where the base branch is 0-22-0 and the compare/head branch is backport-4434-to-0-22-0.

kenjenkins added a commit that referenced this pull request Aug 17, 2023
github-actions: remove license check (#4434)

Co-authored-by: Caleb Doxsey <cdoxsey@pomerium.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 0-22-0 ci CI/CD and release automation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants