[PR #660] 👷🏻‍♀️ Run Danger on GitHub Action #710

Open
opened 2026-03-03 17:29:47 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/OAuthSwift/OAuthSwift/pull/660
Author: @phatblat
Created: 5/19/2021
Status: 🔄 Open

Base: masterHead: ci/action/danger


📝 Commits (3)

  • 6cd7c5b Add Danger workflow
  • 6288f44 🔥 Remove danger from Travis build
  • b5e5c4c 🔥 Remove swiftlint from Dangerfile

📊 Changes

3 files changed (+37 additions, -6 deletions)

View changed files

.github/workflows/danger.yml (+37 -0)
📝 .travis.yml (+0 -3)
📝 Dangerfile (+0 -3)

📄 Description

The Travis build is always blowing up with a "Bad credentials" error.

GET https://api.github.com/repos/OAuthSwift/OAuthSwift/pulls/659: 401 - Bad credentials // See: https://docs.github.com/rest (Octokit::Unauthorized)

Not sure how well this is going to work in a GitHub Action workflow, but with the automatic availability of the GITHUB_TOKEN for an action, it sure seems simpler to manage.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/OAuthSwift/OAuthSwift/pull/660 **Author:** [@phatblat](https://github.com/phatblat) **Created:** 5/19/2021 **Status:** 🔄 Open **Base:** `master` ← **Head:** `ci/action/danger` --- ### 📝 Commits (3) - [`6cd7c5b`](https://github.com/OAuthSwift/OAuthSwift/commit/6cd7c5b2285b3b08484f9cda04fa9d714e403b7c) ✨ Add Danger workflow - [`6288f44`](https://github.com/OAuthSwift/OAuthSwift/commit/6288f44813be1341f9cc5dacbde76df0043a0df0) 🔥 Remove danger from Travis build - [`b5e5c4c`](https://github.com/OAuthSwift/OAuthSwift/commit/b5e5c4cf17d3511fa7e8d15a935f2297a02c03b6) 🔥 Remove swiftlint from Dangerfile ### 📊 Changes **3 files changed** (+37 additions, -6 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/danger.yml` (+37 -0) 📝 `.travis.yml` (+0 -3) 📝 `Dangerfile` (+0 -3) </details> ### 📄 Description The Travis build is always blowing up with a "Bad credentials" error. > GET https://api.github.com/repos/OAuthSwift/OAuthSwift/pulls/659: 401 - Bad credentials // See: https://docs.github.com/rest (Octokit::Unauthorized) Not sure how well this is going to work in a GitHub Action workflow, but with the automatic availability of the `GITHUB_TOKEN` for an action, it sure seems simpler to manage. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/OAuthSwift#710
No description provided.