[MacPorts] #66705: Portfile autoupdate: is it possible to setup GitHub actions to avoid manual updates

MacPorts noreply at macports.org
Tue Jan 17 15:00:00 UTC 2023


#66705: Portfile autoupdate: is it possible to setup GitHub actions to avoid manual
updates
--------------------------+--------------------
  Reporter:  esbugz       |      Owner:  (none)
      Type:  enhancement  |     Status:  new
  Priority:  Normal       |  Milestone:
 Component:  base         |    Version:  2.8.0
Resolution:               |   Keywords:
      Port:               |
--------------------------+--------------------

Comment (by kencu):

 macports does not as yet have this automated, although it’s 100% possible
 to do so.

 homebrew for example has a github action that runs every night checking
 for updates

 https://github.com/Homebrew/homebrew-
 core/blob/master/.github/workflows/autobump.yml

 and a script that then generates a pr for the update if there is one

 https://github.com/Homebrew/brew/blob/master/Library/Homebrew/dev-cmd
 /bump-formula-pr.rb

 a human then needs to validate the actual update.

-- 
Ticket URL: <https://trac.macports.org/ticket/66705#comment:1>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list