BranchMetrics / android-branch-deep-linking-attribution

The Branch Android SDK for deep linking and attribution. Branch helps mobile apps grow with deep links / deeplinks that power paid acquisition and re-engagement campaigns, referral programs, content sharing, deep linked emails, smart banners, custom user onboarding, and more.
https://docs.branch.io/pages/apps/android/
MIT License
399 stars 156 forks source link

[SDK-2190] Updated token for Stale GHA #1151

Closed nsingh-branch closed 7 months ago

nsingh-branch commented 10 months ago

Reference

SDK-2190 -- Fix Stale GitHub Action

Description

The current repo-token provided does not have the proper permissions for commenting on and adding labels to issues. To fix this, we can provide the repo's github.token, which would be the default for this action.

Testing Instructions

Run the GitHub action and observe if the result is successful.

Risk Assessment [LOW]

Reviewer Checklist (To be checked off by the reviewer only)

cc @BranchMetrics/saas-sdk-devs for visibility.

codecov[bot] commented 10 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (e8a9e38) 37.56% compared to head (149d25d) 37.62%. Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1151 +/- ## ============================================ + Coverage 37.56% 37.62% +0.06% - Complexity 660 663 +3 ============================================ Files 59 59 Lines 6115 6115 Branches 918 918 ============================================ + Hits 2297 2301 +4 + Misses 3375 3374 -1 + Partials 443 440 -3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

nsingh-branch commented 9 months ago

Please update with Jagadeesh's suggestions

Just made the requested changes